WhoAmIResponse.OrganizationId Property

 

Applies To: Dynamics CRM 2015

Gets the ID of the organization that the user belongs to.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Guid OrganizationId { get; }
public:
property Guid OrganizationId {
    Guid get();
}
member OrganizationId : Guid with get
Public ReadOnly Property OrganizationId As Guid

Property Value

Type: System.Guid

Type: Guid
ID of the organization that the user belongs to. This corresponds to the Organization.OrganizationId attribute, which is the primary key for the Organization entity.

See Also

WhoAmIResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright