共用方式為


JobTypeName 屬性

Gets the type of the job.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property JobTypeName As String
    Get
    Set
'用途
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)

屬性值

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

備註

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