PrintJobException.JobName プロパティ

定義

例外の原因となった印刷ジョブの名前を取得します。

public:
 property System::String ^ JobName { System::String ^ get(); };
public string JobName { get; }
member this.JobName : string
Public ReadOnly Property JobName As String

プロパティ値

印刷ジョブの名前を表す String

適用対象