Share via


UserPrincipalNameElement.Value Eigenschaft

Definition

Ruft den für dieses Konfigurationselement festgelegten Wert ab oder legt diesen fest.

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

Eigenschaftswert

String

Eine Zeichenfolge, die einen Benutzerkontennamen (gelegentlich auch als Benutzeranmeldename bezeichnet) und einen Domänennamen angibt, der die Domäne identifiziert, unter der sich das Benutzerkonto befindet.

Attribute

Gilt für