Właściwość Job.User
Pobiera identyfikator użytkownika uwierzytelnionego, który zainicjował zadanie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property User As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawiera identyfikator użytkownika, który zainicjował zadanie.