Freigeben über


ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Eigenschaft

Definition

Ruft den Distinguished Name für diese Instanz ab oder legt ihn fest.

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

Eigenschaftswert

Der Distinguished Name für diese Instanz.

Attribute

Hinweise

DistinguishedName ist ein ConfigurationProperty für diesen Typ mit dem Standardwert "distinguishedName". Dieser Typ stellt eine in einem Element einer Konfigurationsdatei enthaltene Konfigurationseigenschaft, ein Attribut oder ein untergeordnetes Element dar.

Gilt für: