JobTypeName プロパティ
ジョブの種類を取得します。
名前空間: 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
ジョブの種類を表す String 値です。