ProjectDataSet.TaskRow.TASK_HAS_LINKED_FIELDS property

Specifies whether the task has OLE linked fields.

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

Syntax

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

value = instance.TASK_HAS_LINKED_FIELDS

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

Property value

Type: System.Boolean
True if there is an OLE link to one or more of the task fields; otherwise, false when there are no OLE links to any task field.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace