Partager via


UserPrincipalNameElement.Value Propriété

Définition

Obtient ou définit la valeur de cet élément de configuration.

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="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
[<System.Configuration.ConfigurationProperty("value", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

Valeur de propriété

String

Chaîne qui spécifie un nom de compte d'utilisateur (parfois appelé "nom de connexion d'utilisateur") et un nom de domaine qui identifie le domaine dans lequel le compte d'utilisateur est localisé.

Attributs

S’applique à