DeferredOperationStatus.State Property
Applies To: Dynamics CRM 2015
Gets or sets the current state of the deferred operation.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataMemberAttribute]
public DeferredOperationState State { get; set; }
public:
[DataMemberAttribute]
property DeferredOperationState State {
DeferredOperationState get();
void set(DeferredOperationState value);
}
[<DataMemberAttribute>]
member State : DeferredOperationState with get, set
<DataMemberAttribute>
Public Property State As DeferredOperationState
Property Value
Type: Microsoft.Xrm.Sdk.Deployment.DeferredOperationState
Type: DeferredOperationState
The current state of the deferred operation.
Remarks
Check this value to see the current state of the process.
See Also
DeferredOperationStatus Class
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright