다음을 통해 공유


Creator 속성

Gets or sets the user name of the user who created the schedule.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property Creator As String
    Get
    Set
‘사용 방법
Dim instance As Schedule
Dim value As String

value = instance.Creator

instance.Creator = value
public string Creator { get; set; }
public:
property String^ Creator {
    String^ get ();
    void set (String^ value);
}
member Creator : string with get, set
function get Creator () : String
function set Creator (value : String)

속성 값

유형: System. . :: . .String
A String value containing the user name of the user who created the schedule.