Propriété Action
Gets a JobActionEnum value that describes the action that initiated the job.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property Action As JobActionEnum
Get
Set
'Utilisation
Dim instance As Job
Dim value As JobActionEnum
value = instance.Action
instance.Action = value
public JobActionEnum Action { get; set; }
public:
property JobActionEnum Action {
JobActionEnum get ();
void set (JobActionEnum value);
}
member Action : JobActionEnum with get, set
function get Action () : JobActionEnum
function set Action (value : JobActionEnum)
Valeur de propriété
Type : ReportService2006. . :: . .JobActionEnum
One of the JobActionEnum values.