Compartir a través de


IdentityElement.UserPrincipalName Propiedad

Definición

Obtiene la identidad del nombre principal de un usuario (UPN).

public:
 property System::ServiceModel::Configuration::UserPrincipalNameElement ^ UserPrincipalName { System::ServiceModel::Configuration::UserPrincipalNameElement ^ get(); };
[System.Configuration.ConfigurationProperty("userPrincipalName")]
public System.ServiceModel.Configuration.UserPrincipalNameElement UserPrincipalName { get; }
[System.Configuration.ConfigurationProperty("userPrincipalName", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.UserPrincipalNameElement UserPrincipalName { get; }
[<System.Configuration.ConfigurationProperty("userPrincipalName")>]
member this.UserPrincipalName : System.ServiceModel.Configuration.UserPrincipalNameElement
[<System.Configuration.ConfigurationProperty("userPrincipalName", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.UserPrincipalName : System.ServiceModel.Configuration.UserPrincipalNameElement
Public ReadOnly Property UserPrincipalName As UserPrincipalNameElement

Valor de propiedad

UserPrincipalNameElement

Identidad del nombre principal de usuario (UPN).

Atributos

Se aplica a