Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a JobActionEnum value that describes the action that initiated the job.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property Action As JobActionEnum
Get
Set
'Usage
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)
Property Value
Type: ReportService2006.JobActionEnum
One of the JobActionEnum values.