ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_HAS_LINKED_FIELDS Property

Indicates whether the assignment has linked fields.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property ASSN_HAS_LINKED_FIELDS As Boolean
    Get
    Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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
true when there is an OLE link to one of the fields in this row. false when there are no OLE links to any field in this row.

See Also

Reference

ResourceAssignmentDataSet.ResourceAssignmentRow Class

ResourceAssignmentDataSet.ResourceAssignmentRow Members

WebSvcResource Namespace