Proprietà UpdatedDateTime
Gets or sets the last date and time that the associated object was updated.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Utilizzo
Dim instance As AuditInfo
Dim value As DateTime
value = instance.UpdatedDateTime
instance.UpdatedDateTime = value
[DataMemberAttribute]
public DateTime UpdatedDateTime { get; set; }
[DataMemberAttribute]
public:
property DateTime UpdatedDateTime {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member UpdatedDateTime : DateTime with get, set
function get UpdatedDateTime () : DateTime
function set UpdatedDateTime (value : DateTime)
Valore proprietà
Tipo: System. . :: . .DateTime
A new instance of type DateTime.