ITaskFormState.Status プロパティ

定義

TaskForm の現在の状態を取得または設定します。

public:
 property System::String ^ Status { System::String ^ get(); void set(System::String ^ value); };
public string Status { get; set; }
member this.Status : string with get, set
Public Property Status As String

プロパティ値

タスク フォームの現在の状態を表す文字列値。

適用対象