Job.User 속성

The ID of the authenticated user who initiated the job.

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

구문

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

value = instance.User

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

속성 값

유형: System.String
A read-only String value.

참고 항목

참조

Job 클래스

ReportService2005 네임스페이스