Compartir a través de


Job.JobTypeName Propiedad

Gets the type of the job.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property JobTypeName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String value that represents the type of the job.

Comentarios

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

Vea también

Referencia

Job Clase

Espacio de nombres ReportService2010