Job.JobTypeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.