Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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