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 date and time the object were updated.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property UpdatedDateTime As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
The date and time the object were updated.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace