Share via


OrganizationUserInfo.DomainName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the domain name for the user.

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

Syntax

[DataMemberAttribute]
public string DomainName { get; set; }
public:
[DataMemberAttribute]
property String^ DomainName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member DomainName : string with get, set
<DataMemberAttribute>
Public Property DomainName As String

Property Value

Type: System.String

Type: String 
The domain name.

See Also

OrganizationUserInfo Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright