Freigeben über


Transaction.Date-Eigenschaft

Gets or sets the date and time of the transaction.

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

Syntax

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

value = instance.Date

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

Eigenschaftswert

Typ: System.DateTime
The date and time of the transaction.

Siehe auch

Verweis

Transaction Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace