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.
Specifies the date and time at which the associated object was last updated.
public:
property DateTime UpdatedDateTime { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public DateTime UpdatedDateTime { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.UpdatedDateTime : DateTime with get, set
Public Property UpdatedDateTime As DateTime
Property Value
The date and time at which the associated object was last updated.
- Attributes