DeferredOperationStatus.ProcessingError 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 error information for the deferred operation.
public:
property Microsoft::Xrm::Sdk::Deployment::DeferredOperationError ^ ProcessingError { Microsoft::Xrm::Sdk::Deployment::DeferredOperationError ^ get(); void set(Microsoft::Xrm::Sdk::Deployment::DeferredOperationError ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.DeferredOperationError ProcessingError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ProcessingError : Microsoft.Xrm.Sdk.Deployment.DeferredOperationError with get, set
Public Property ProcessingError As DeferredOperationError
Property Value
The error information for the deferred operation.
- Attributes