Share via


ActiveDirectoryRoleFactoryConfiguration.DistinguishedName Propiedad

Definición

Obtiene o establece el nombre distintivo de esta instancia.

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

Valor de propiedad

String

Nombre distintivo de esta instancia.

Atributos

Comentarios

DistinguishedName es un ConfigurationProperty definido para este tipo con el valor predeterminado " distinguishedName ". Este tipo representa una propiedad de configuración, atributo o elemento secundario que está contenido en un elemento de un archivo de configuración.

Se aplica a