DeferredOperationStatus.ProcessingStartTime Property

Definition

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

public:
 property DateTime ProcessingStartTime { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime ProcessingStartTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ProcessingStartTime : DateTime with get, set
Public Property ProcessingStartTime As DateTime

Property Value

The time that the deferred operation processing started.

Attributes

Applies to