ProjectDataSet.TaskRow.TASK_HAS_LINKED_FIELDS property
Specifies whether the task has OLE linked fields.
Namespace: WebSvcProject
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.