StagingBatchInformation.LastRunEndDate Property
Gets or sets the last completed 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 LastRunEndDate As DateTime
Get
Set
'Usage
Dim instance As StagingBatchInformation
Dim value As DateTime
value = instance.LastRunEndDate
instance.LastRunEndDate = value
[DataMemberAttribute]
public DateTime LastRunEndDate { get; set; }
[DataMemberAttribute]
public:
property DateTime LastRunEndDate {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member LastRunEndDate : DateTime with get, set
function get LastRunEndDate () : DateTime
function set LastRunEndDate (value : DateTime)
Property Value
Type: System.DateTime
The last completed DateTime for the staging batch.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace