UserPrincipalNameElement.Value Property

Definition

Gets or sets the value set for this configuration element.

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

Property Value

A string that specifies a user account name (sometimes referred to as the user logon name) and a domain name identifying the domain in which the user account is located.

Attributes

Applies to