共用方式為


ActiveDirectoryRoleFactoryConfiguration.DistinguishedName 屬性

定義

取得或設定這個執行個體的辨別名稱。

public:
 property System::String ^ DistinguishedName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")]
public string DistinguishedName { get; set; }
[<System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")>]
member this.DistinguishedName : string with get, set
Public Property DistinguishedName As String

屬性值

String

這個執行個體的辨別名稱。

屬性

備註

DistinguishedNameConfigurationProperty 針對此型別定義的,其預設值為 " distinguishedName "。 這個型別表示組態檔之項目中所包含的組態屬性 (Property)、屬性 (Attribute) 或子項目。

適用於