Share via


Job.Type Property

A JobTypeEnum value that describes the type of the job.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Property Type As JobTypeEnum 
    Get 
    Set
'Usage
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)

Property Value

Type: ReportService2005.JobTypeEnum
A read-only JobTypeEnum value.

Remarks

The possible values are User and System.

See Also

Reference

Job Class

ReportService2005 Namespace