Compartilhar via


UserPrincipalNameElement.Value Propriedade

Definição

Obtém ou define o valor definido para este elemento de configuração.

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

Valor da propriedade

String

Uma cadeia de caracteres que especifica um nome de conta de usuário (às vezes chamado de nome de logon do usuário) e um nome de domínio que identifica o domínio no qual a conta de usuário está localizada.

Atributos

Aplica-se a