ActiveDirectorySchemaClass.MandatoryProperties 属性

定义

获取一个 ActiveDirectorySchemaPropertyCollection 对象,它包含 ActiveDirectorySchemaClass 必须包含的属性。

public:
 property System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaPropertyCollection ^ MandatoryProperties { System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaPropertyCollection ^ get(); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection MandatoryProperties { get; }
member this.MandatoryProperties : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection
Public ReadOnly Property MandatoryProperties As ActiveDirectorySchemaPropertyCollection

属性值

一个 ActiveDirectorySchemaPropertyCollection 对象,它包含表示 ActiveDirectorySchemaProperty 对象必须包含的属性的 ActiveDirectorySchemaClass 对象。

例外

调用基础目录服务导致错误。

目标服务器忙或不可用。

适用于

另请参阅