ProjectDataSet.AssignmentRow.ASSN_HAS_LINKED_FIELDS Property

Indicates whether the assignment has linked fields.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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

ProjectDataSet.AssignmentRow Members

Project Web Service