Partager via


Propriété Type

A JobTypeEnum value that describes the type of the job.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property Type As JobTypeEnum
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

The possible values are User and System.