EntityStagingBatch.ProcessedStart 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.
Specifies the time processing started for the batch.
public:
property DateTime ProcessedStart { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public DateTime ProcessedStart { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ProcessedStart : DateTime with get, set
Public Property ProcessedStart As DateTime
Property Value
The time processing started for the batch.
- Attributes