AuditInfo.UpdatedDateTime Property

Definition

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

Applies to