Свойство Job.JobStatusName
Gets the status of a job.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
Public Property JobStatusName As String
Get
Set
'Применение
Dim instance As Job
Dim value As String
value = instance.JobStatusName
instance.JobStatusName = value
public string JobStatusName { get; set; }
public:
property String^ JobStatusName {
String^ get ();
void set (String^ value);
}
member JobStatusName : string with get, set
function get JobStatusName () : String
function set JobStatusName (value : String)
Значение свойства
Тип: System.String
A String value that represents the status of a job.
Замечания
For a list of valid job statuses, use the ListJobStates method.