AuditInfo.UpdatedDateTime Propiedad
Gets or sets the date and time the object were updated.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Uso
Dim instance As AuditInfo
Dim value As DateTime
value = instance.UpdatedDateTime
instance.UpdatedDateTime = value
[DataMemberAttribute(IsRequired = false)]
public DateTime UpdatedDateTime { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property DateTime UpdatedDateTime {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(IsRequired = false)>]
member UpdatedDateTime : DateTime with get, set
function get UpdatedDateTime () : DateTime
function set UpdatedDateTime (value : DateTime)
Valor de la propiedad
Tipo: System.DateTime
The date and time the object were updated.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts