ITaskFactory.TaskType Property

Definition

Gets the type of the task this factory will instantiate. Implementations must return a value for this property.

public:
 property Type ^ TaskType { Type ^ get(); };
public Type TaskType { get; }
member this.TaskType : Type
Public ReadOnly Property TaskType As Type

Property Value

The type of task.

Applies to