ResourceDataSet.ResourcesRow.RES_NOTES property

Gets or sets the comments entered for a resource.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcResource namespace

RES_RTF_NOTES