ProjectDataSet.ProjectResourceRow.RES_HAS_NOTES property
Indicates whether there are notes in the RES_NOTES property.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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