OrganizationDetail.OrganizationId Property
Applies To: Dynamics CRM 2015
Gets or sets global unique identifier of the organization.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Guid OrganizationId { get; set; }
public:
[DataMemberAttribute]
property Guid OrganizationId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member OrganizationId : Guid with get, set
<DataMemberAttribute>
Public Property OrganizationId As Guid
Property Value
Type: System.Guid
Type: Guid
The global unique identifier of the organization.
See Also
OrganizationDetail Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright