Compartir a través de


Transaction.Date Propiedad

Gets or sets the date and time of the transaction.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Date As DateTime 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Transaction Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts