ProjectDataSet.ProjectResourceRow.RES_NOTES Property
Specifies comments that are entered about a resource.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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