Właściwość Job.JobTypeName
Pobiera typ zadanie.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property JobTypeName As String
Get
Set
'Użycie
Dim instance As Job
Dim value As String
value = instance.JobTypeName
instance.JobTypeName = value
public string JobTypeName { get; set; }
public:
property String^ JobTypeName {
String^ get ();
void set (String^ value);
}
member JobTypeName : string with get, set
function get JobTypeName () : String
function set JobTypeName (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartość, która reprezentuje typ zadanie.