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.
Specifies comments that are entered about a resource.
Namespace: WebSvcStatusing
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