ServiceProxy<TService>.UserPrincipalName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public string UserPrincipalName { get; set; }
public:
property String^ UserPrincipalName {
    String^ get();
    void set(String^ value);
}
member UserPrincipalName : string with get, set
Public Property UserPrincipalName As String

Property Value

Type: System.String

Type: String
The UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright