DeferredOperationStatus.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current state of the deferred operation.
public:
property Microsoft::Xrm::Sdk::Deployment::DeferredOperationState State { Microsoft::Xrm::Sdk::Deployment::DeferredOperationState get(); void set(Microsoft::Xrm::Sdk::Deployment::DeferredOperationState value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.DeferredOperationState State { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.State : Microsoft.Xrm.Sdk.Deployment.DeferredOperationState with get, set
Public Property State As DeferredOperationState
Property Value
The current state of the deferred operation.
- Attributes
Remarks
Check this value to see the current state of the process.