IExecutionContext.PrimaryEntityId 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 primary entity for which the pipeline is processing events.
public:
property Guid PrimaryEntityId { Guid get(); };
public Guid PrimaryEntityId { get; }
member this.PrimaryEntityId : Guid
Public ReadOnly Property PrimaryEntityId As Guid
Property Value
The GUID of the primary entity for which the pipeline is processing events. For example, if the event pipeline is processing an account, this corresponds to the AccountId
attribute, which is the primary key for the Account
entity.