IExecutionContext.OrganizationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.