RoslynCodeTaskFactory.TaskType Property

Definition

Gets the Type of the compiled task.

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