Type 属性

Gets a JobTypeEnum value that describes the type of the job.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.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)

属性值

类型:ReportService2006. . :: . .JobTypeEnum
One of the JobTypeEnum values.