ProjectDataSet.TaskRow.TASK_IS_MARKED property

Indicates whether the task is tagged as having special meaning to the user.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_IS_MARKED As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean

value = instance.TASK_IS_MARKED

instance.TASK_IS_MARKED = value
public bool TASK_IS_MARKED { get; set; }

Property value

Type: System.Boolean

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace