CodeTaskFactory.TaskType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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