User 속성
Gets the ID of the authenticated user who initiated the job.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.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 string that contains the ID of the authenticated user who initiated the job.