Job.JobTypeName Property

Definition

Gets the type of the job.

public:
 property System::String ^ JobTypeName { System::String ^ get(); void set(System::String ^ value); };
public string JobTypeName { get; set; }
member this.JobTypeName : string with get, set
Public Property JobTypeName As String

Property Value

A String value that represents the type of the job.

Remarks

For a list of valid job types, use the ListJobTypes method.

Applies to