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

属性值

表示 TaskForm 的当前状态的字符串。

适用于