Condividi tramite


ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Proprietà

Definizione

Ottiene o imposta il nome distinto per l'istanza.

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

Valore della proprietà

String

Nome distinto per l'istanza.

Attributi

Commenti

DistinguishedName è un ConfigurationProperty oggetto definito per questo tipo con valore predefinito " distinguishedName ". Il tipo rappresenta una proprietà, un attributo o un elemento di configurazione figlio presente in un elemento di un file di configurazione.

Si applica a