ITaskFormState.Status Property

Definition

Gets or sets the current status of the 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

Property Value

String

A string that represents the current status of the TaskForm.

Applies to