AuditInfo.UpdatedDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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