UserPrincipalNameElement::Value Property
.NET Framework (current version)
Gets or sets the value set for this configuration element.
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
Available since 3.0
Show: