User プロパティ
ジョブを開始した認証済みユーザーの ID です。
名前空間: 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
読み取り専用の String 値です。