Condividi tramite


Proprietà LastRunStartDate

Gets or sets a value indicating the most recent start DateTime for the staging batch.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .DateTime
DateTime.