다음을 통해 공유


ExportView.CreatedBy 속성

정의

보기를 만든 사용자를 지정합니다.

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

속성 값

뷰를 만든 사용자입니다.

특성

적용 대상