Partager via


Propriété JobActionName

Gets the action that initiated the job.

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .String
A String value that represents the action.

Notes

For a list of valid job actions, use the ListJobActions method.