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 the type of the job.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property JobTypeName As String
Get
Set
'Usage
Dim instance As Job
Dim value As String
value = instance.JobTypeName
instance.JobTypeName = value
public string JobTypeName { get; set; }
public:
property String^ JobTypeName {
String^ get ();
void set (String^ value);
}
member JobTypeName : string with get, set
function get JobTypeName () : String
function set JobTypeName (value : String)
Property Value
Type: System.String
A String value that represents the type of the job.
Remarks
For a list of valid job types, use the ListJobTypes method.