ProjectDataSet.ProjectResourceRow.RES_NOTES property
Specifies comments entered about a resource.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_NOTES As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.RES_NOTES
instance.RES_NOTES = value
public string RES_NOTES { get; set; }
Property value
Type: System.String
Remarks
Read-only.
If this is an enterprise resource, notes might be overwritten the next time that the project is opened in Project Professional.
See also
Reference
ProjectDataSet.ProjectResourceRow class