CompareRequest.DistinguishedName 属性
定义
DistinguishedName 属性获取或设置要比较的对象的识别名。The DistinguishedName property gets or sets the distinguished name of the object to compare.
public:
property System::String ^ DistinguishedName { System::String ^ get(); void set(System::String ^ value); };
public string DistinguishedName { get; set; }
member this.DistinguishedName : string with get, set
Public Property DistinguishedName As String
属性值
要比较的对象的识别名。The distinguished name of the object to compare.