ActiveDirectorySchemaClass.Oid 属性

定义

获取或设置 ActiveDirectorySchemaClass 对象的 OID。Gets or sets the OID for the ActiveDirectorySchemaClass object.

public:
 property System::String ^ Oid { System::String ^ get(); void set(System::String ^ value); };
public string Oid { get; set; }
member this.Oid : string with get, set
Public Property Oid As String

属性值

String

表示 ActiveDirectorySchemaClass 对象的 OID 的 StringA String that represents the OID of the ActiveDirectorySchemaClass object.

例外

调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.

目标服务器忙或不可用。The target server is either busy or unavailable.

适用于

另请参阅