UserPrincipalNameElement::Value Property

 

Gets or sets the value set for this configuration element.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("value", DefaultValue = "")]
[StringValidatorAttribute(MinLength = 0)]
property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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.

.NET Framework
Available since 3.0
Return to top
Show: