ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Nazwa wyróżniająca dla tego wystąpienia.
- Atrybuty
Uwagi
DistinguishedName
ConfigurationProperty jest zdefiniowany dla tego typu z wartością domyślną "distinguishedName
". Ten typ reprezentuje właściwość konfiguracji, atrybut lub element podrzędny, który znajduje się w elemecie pliku konfiguracji.