Share via


ResourceDataSet.ResourcesRow.RES_NOTES Property

Gets or sets the comments entered for a resource.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property RES_NOTES As String
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String

value = instance.RES_NOTES

instance.RES_NOTES = value
public string RES_NOTES { get; set; }

Property Value

Type: System.String

Remarks

This field contains only text, and no formatting or graphics. To enter comments with formatting or graphics, use the RES_RTF_NOTES property.

See Also

Reference

ResourceDataSet.ResourcesRow Class

ResourceDataSet.ResourcesRow Members

Resource Web Service

RES_RTF_NOTES