CodeTaskFactory.TaskType Property

Definition

Gets the type of the generated task.

public:
 property Type ^ TaskType { Type ^ get(); };
public Type TaskType { get; }
public Type TaskType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TaskType : Type
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskType : Type
Public ReadOnly Property TaskType As Type

Property Value

The task type.

Implements

Attributes

Applies to