Свойство Type
A JobTypeEnum value that describes the type of the job.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Property Type As JobTypeEnum
Get
Set
'Применение
Dim instance As Job
Dim value As JobTypeEnum
value = instance.Type
instance.Type = value
public JobTypeEnum Type { get; set; }
public:
property JobTypeEnum Type {
JobTypeEnum get ();
void set (JobTypeEnum value);
}
member Type : JobTypeEnum with get, set
function get Type () : JobTypeEnum
function set Type (value : JobTypeEnum)
Значение свойства
Тип: ReportService2005. . :: . .JobTypeEnum
A read-only JobTypeEnum value.
Замечания
The possible values are User and System.