IExecutionContext.OperationId Property

Definition

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.

Applies to

See also