IExecutionContext.OrganizationId Property

Definition

Gets the GUID of the organization that the entity belongs to and the plug-in executes under.

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

Property Value

The GUID of the organization that the entity belongs to and the plug-in executes under. This corresponds to the OrganizationId attribute, which is the primary key for the Organization entity.

Applies to