ProjectDataSet.TaskRow.TASK_HAS_LINKED_FIELDS Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the task has OLE linked fields.
public:
property bool TASK_HAS_LINKED_FIELDS { bool get(); void set(bool value); };
public bool TASK_HAS_LINKED_FIELDS { get; set; }
member this.TASK_HAS_LINKED_FIELDS : bool with get, set
Public Property TASK_HAS_LINKED_FIELDS As Boolean
Property Value
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.