RetrieveOrganizationRequest.UniqueName Property
Applies To: Dynamics CRM 2015
Gets or sets the unique name of the organization.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string UniqueName { get; set; }
public:
[DataMemberAttribute]
property String^ UniqueName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member UniqueName : string with get, set
<DataMemberAttribute>
Public Property UniqueName As String
Property Value
Type: System.String
Type: String
The organization unique name.
Remarks
Identifies the name of the organization to retrieve.
The organization unique name was defined when the organization was created. To determine the organization unique name using the Microsoft Dynamics CRM Web application, first select Settings, next select Customizations, finally click Developer Resources.
You can retrieve information, including the unique name, on all organizations that the logged on user belongs to using RetrieveOrganizationsRequest.
See Also
RetrieveOrganizationRequest Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright