ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Właściwość

Definicja

Pobiera lub ustawia nazwę wyróżniającą dla tego wystąpienia.

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

Wartość właściwości

String

Nazwa wyróżniająka dla tego wystąpienia.

Atrybuty

Uwagi

DistinguishedName to zdefiniowany ConfigurationProperty dla tego typu z wartością domyślną " distinguishedName ". Ten typ reprezentuje właściwość konfiguracji, atrybut lub element podrzędny, który jest zawarty w elemencie pliku konfiguracji.

Dotyczy