DeferredOperationStatus.ProcessingStartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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