RemoteExecutionContext.OperationId Property
Applies To: Dynamics CRM 2015
Gets the global unique identifier of the related System Job.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Guid OperationId { get; set; }
public:
[DataMemberAttribute]
property Guid OperationId {
virtual Guid get() sealed;
virtual void set(Guid value) sealed;
}
[<DataMemberAttribute>]
abstract OperationId : Guid with get, set
[<DataMemberAttribute>]
override OperationId : Guid with get, set
<DataMemberAttribute>
Public Property OperationId As Guid
Property Value
Type: System.Guid
Type: Guid
The global unique identifier of the related System Job.
Implements
Remarks
This property is used for the Microsoft Dynamics CRM to Windows Azure integration feature. It contains the same ID as the AsyncOperationId property of the related System Job entity.
See Also
OperationCreatedOn
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
AsyncOperation (system job) entity
Azure integration with Microsoft Dynamics CRM
Return to top
© 2016 Microsoft. All rights reserved. Copyright