ProjectTaskUtilIsTaskType Method

Return a value indicating whether the specified task is of a task type.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static bool IsTaskType(
	TaskItem task
)

Parameters

task  TaskItem
Reference to the task to inspect.

Return Value

Boolean
True if the provided item has a task type. Otherwise, false.

See Also