DeferredOperationStatus.ProcessingError Property

Definition

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

Applies to