StagingBatchInformation.LastRunStartDate Property

Gets or sets the last start DateTime for the staging batch.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime 
    Get 
    Set
'Usage
Dim instance As StagingBatchInformation 
Dim value As DateTime 

value = instance.LastRunStartDate

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

Property Value

Type: System.DateTime
The last start DateTime for the staging batch.

See Also

Reference

StagingBatchInformation Class

Microsoft.MasterDataServices.Services.DataContracts Namespace