Share via


ProjectDataSet.ProjectResourceRow.RES_HAS_NOTES Property

Indicates whether there are notes in the RES_NOTES property.

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 RES_HAS_NOTES As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean

value = instance.RES_HAS_NOTES

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

Property Value

Type: System.Boolean

See Also

Reference

ProjectDataSet.ProjectResourceRow Class

ProjectDataSet.ProjectResourceRow Members

Project Web Service