Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the action that initiated the job.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property JobActionName As String
Get
Set
'Usage
Dim instance As Job
Dim value As String
value = instance.JobActionName
instance.JobActionName = value
public string JobActionName { get; set; }
public:
property String^ JobActionName {
String^ get ();
void set (String^ value);
}
member JobActionName : string with get, set
function get JobActionName () : String
function set JobActionName (value : String)
Property Value
Type: System.String
A String value that represents the action.
Remarks
For a list of valid job actions, use the ListJobActions method.