ExportView.UpdatedBy Property

Definition

Specifies the user who last changed/updated the view.

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

Property Value

The user who last changed/updated the view.

Attributes

Applies to