ProjectDataSet.AssignmentRow.ASSN_HAS_LINKED_FIELDS property
Indicates whether there are OLE links to the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ASSN_HAS_LINKED_FIELDS As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Boolean
value = instance.ASSN_HAS_LINKED_FIELDS
instance.ASSN_HAS_LINKED_FIELDS = value
public bool ASSN_HAS_LINKED_FIELDS { get; set; }
Property value
Type: System.Boolean
See also
Reference
ProjectDataSet.AssignmentRow class