ActiveDirectorySchemaClass.CommonName 属性

定义

获取或设置 ActiveDirectorySchemaClass 对象的公用名 (CN)。Gets or sets the Common Name (CN) of the ActiveDirectorySchemaClass object.

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

属性值

String

表示当前类对象的 CN 的 StringA String that represents the CN of the current class object.

例外

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

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

适用于

另请参阅