Поделиться через


Свойство JobTypeName

Gets the type of the job.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property JobTypeName As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String
A String value that represents the type of the job.

Замечания

For a list of valid job types, use the ListJobTypes method.