Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the last date and time that the associated object was updated.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
A new instance of type DateTime.