Share via


ProjectDataSet.ProjectResourceRow.RES_HAS_LINKED_FIELDS Property

Indicates whether the resource has OLE objects that are linked fields.

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

Syntax

'Declaration
Public Property RES_HAS_LINKED_FIELDS As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean

value = instance.RES_HAS_LINKED_FIELDS

instance.RES_HAS_LINKED_FIELDS = value
public bool RES_HAS_LINKED_FIELDS { get; set; }

Property Value

Type: System.Boolean
true when there is an OLE object linked to one or more of the resource fields; false when there are no OLE object links to resource fields.

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Statusing Web Service