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 的对象。

例外

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

目标服务器是忙碌的或不可用的。

适用于

另请参阅