Właściwość AuditInfo.UpdatedDateTime
Pobiera lub ustawia datę i czas zaktualizowania obiektu skojarzonego.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.DateTime
Nowe wystąpienie typu DateTime.