ExportView.CreatedDate Property

Definition

Specifies the date the view was created.

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

Property Value

The date the view was created.

Attributes

Applies to