Share via


DeferredOperationStatus.State Property

Definition

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.

Applies to