TaskItemModel.start_task_action Property

An action to take when a task is meant to start
Public Property start_task_action() As TaskAction
This language is not supported or no code example is available.
public TaskAction start_task_action {get; set;}
This language is not supported or no code example is available.
public:  
property TaskAction^ start_task_action { 
TaskAction^ get( ); 
void set( 
TaskAction^ value 
); 
}
This language is not supported or no code example is available.
public function get start_task_action() : TaskAction
public function set start_task_action(value : TaskAction);
This language is not supported or no code example is available.

Property Value

TaskAction

.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