Partajați prin


ClientInfo.OrganizationId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the organization for which the client has been configured.

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

Syntax

public Guid OrganizationId { get; set; }
public:
property Guid OrganizationId {
    Guid get();
    void set(Guid value);
}
member OrganizationId : Guid with get, set
Public Property OrganizationId As Guid

Property Value

Type: System.Guid

Type: Guid
The ID of the organization.

See Also

ClientInfo Class
Microsoft.Xrm.Sdk.Discovery Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright