IExecutionContext.OperationId Property
Applies To: Dynamics CRM 2015
Gets the GUID of the related System Job.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
Guid OperationId { get; }
property Guid OperationId {
Guid get();
}
abstract OperationId : Guid with get
ReadOnly Property OperationId As Guid
Property Value
Type: System.Guid
Type: Guid
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 CRM to Microsoft Azure integration feature.
See Also
OperationCreatedOn
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
AsyncOperation (system job) entity
Azure integration with Microsoft Dynamics CRM
Return to top
© 2016 Microsoft. All rights reserved. Copyright