ExportView.DateUpdated Property

Definition

Specifies the date the view was last changed/updated.

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

Property Value

The date the view was last changed/updated.

Attributes

Applies to