Share via


EntityStagingBatch.ProcessedStart Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the time processing started for the batch.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ProcessedStart As DateTime
    Get
    Set
'Usage
Dim instance As EntityStagingBatch
Dim value As DateTime

value = instance.ProcessedStart

instance.ProcessedStart = value
[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime ProcessedStart { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property DateTime ProcessedStart {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ProcessedStart : DateTime with get, set
function get ProcessedStart () : DateTime
function set ProcessedStart (value : DateTime)

Property Value

Type: System.DateTime
The time processing started for the batch.

See Also

Reference

EntityStagingBatch Class

Microsoft.MasterDataServices Namespace