RemoteExecutionContext.OrganizationId Property
Applies To: Dynamics CRM 2015
Gets the global unique identifier of the organization that the entity belongs to and the plug-in executes under.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Guid OrganizationId { get; set; }
public:
[DataMemberAttribute]
property Guid OrganizationId {
virtual Guid get() sealed;
virtual void set(Guid value) sealed;
}
[<DataMemberAttribute>]
abstract OrganizationId : Guid with get, set
[<DataMemberAttribute>]
override 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.
Implements
IExecutionContext.OrganizationId
See Also
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Organization entities
Return to top
© 2016 Microsoft. All rights reserved. Copyright