ProjectDataSet.TaskRow.TASK_IS_MARKED property
Task is marked indicates whether the task is tagged as having special meaning to the user.
Namespace: WebSvcProject
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