Lingua

UserPrincipalNameElement.Value Proprietà

Definizione

Ottiene o imposta il valore impostato per questo elemento di configurazione.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

Valore della proprietà

Stringa che specifica un nome di account utente (talvolta definito nome di accesso utente) e un nome di dominio che identifica il dominio in cui si trova l'account utente.

Attributi

Si applica a