Share via


DeferredOperationStatus.ProcessingError Property

 

Applies To: Dynamics CRM 2015

Gets or sets the error information for the deferred operation.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public DeferredOperationError ProcessingError { get; set; }
public:
[DataMemberAttribute]
property DeferredOperationError^ ProcessingError {
    DeferredOperationError^ get();
    void set(DeferredOperationError^ value);
}
[<DataMemberAttribute>]
member ProcessingError : DeferredOperationError with get, set
<DataMemberAttribute>
Public Property ProcessingError As DeferredOperationError

Property Value

Type: Microsoft.Xrm.Sdk.Deployment.DeferredOperationError

Type: DeferredOperationError
The error information for the deferred operation.

See Also

DeferredOperationStatus Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright