AuditInfo.UpdatedDateTime Property

Definition

Gets or sets the last date and time that the associated object was updated.

public:
 property DateTime UpdatedDateTime { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime UpdatedDateTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.UpdatedDateTime : DateTime with get, set
Public Property UpdatedDateTime As DateTime

Property Value

A new instance of type DateTime.

Attributes

Applies to