Job.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A JobTypeEnum value that describes the type of the job.
public:
property ReportService2005::JobTypeEnum Type { ReportService2005::JobTypeEnum get(); void set(ReportService2005::JobTypeEnum value); };
public ReportService2005.JobTypeEnum Type { get; set; }
member this.Type : ReportService2005.JobTypeEnum with get, set
Public Property Type As JobTypeEnum
Property Value
A read-only JobTypeEnum value.
Remarks
The possible values are User
and System
.