IdentityElement::UserPrincipalName Property

 

Gets a user principal name (UPN) identity.

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

public:
[ConfigurationPropertyAttribute("userPrincipalName")]
property UserPrincipalNameElement^ UserPrincipalName {
	UserPrincipalNameElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::UserPrincipalNameElement^

A user principal name (UPN) identity.

.NET Framework
Available since 3.0
Return to top
Show: