DeferredOperationResponse.OperationId Property
Applies To: Dynamics CRM 2015
Gets the ID of the asynchronous request.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public Guid OperationId { get; set; }
public:
[DataMemberAttribute]
property Guid OperationId {
Guid get();
void set(Guid value);
}
[<DataMemberAttribute>]
member OperationId : Guid with get, set
<DataMemberAttribute>
Public Property OperationId As Guid
Property Value
Type: System.Guid
Type: Guid
The ID of the asynchronous request.
Remarks
You can use the Get-CrmOperationStatus Windows PowerShell command to check the status of this asynchronous request.
See Also
DeferredOperationResponse Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright