Share via


DeferredOperationStatus.ProcessingStartTime Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

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

Property Value

Type: System.DateTime

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

See Also

DeferredOperationStatus Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright