IExecutionContext.OperationId 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 related System Job
.
public:
property Guid OperationId { Guid get(); };
public Guid OperationId { get; }
member this.OperationId : Guid
Public ReadOnly Property OperationId As Guid
Property Value
The GUID of the related System Job
. This corresponds to the AsyncOperationId
attribute, which is the primary key for the System Job
entity.
Remarks
This property is used for the Microsoft Dynamics 365 to Microsoft Azure integration feature.