ExportView.CreatedBy Property

Definition

Specifies the user who created the view.

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

Property Value

The user who created the view.

Attributes

Applies to