Share via


DeferredOperationStatus.ProcessingCompletedTime Property

 

Applies To: Dynamics CRM 2015

Gets or sets the time that the deferred operation processing completed.

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

Syntax

[DataMemberAttribute]
public DateTime ProcessingCompletedTime { get; set; }
public:
[DataMemberAttribute]
property DateTime ProcessingCompletedTime {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute>]
member ProcessingCompletedTime : DateTime with get, set
<DataMemberAttribute>
Public Property ProcessingCompletedTime As Date

Property Value

Type: System.DateTime

Type: DateTime
The time that the deferred operation processing completed.

See Also

DeferredOperationStatus Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright