TaskItemModel.task_state Property

The task state
Public Property task_state() As TaskState
This language is not supported or no code example is available.
public TaskState task_state {get; set;}
This language is not supported or no code example is available.
public:  
property TaskState^ task_state { 
TaskState^ get( ); 
void set( 
TaskState^ value 
); 
}
This language is not supported or no code example is available.
public function get task_state() : TaskState
public function set task_state(value : TaskState);
This language is not supported or no code example is available.

Property Value

TaskState

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition