Share via


ResourceDataSet.ResourcesRow.RES_NOTES property

Specifies comments that are entered about a resource.

Namespace:  WebSvcTimeSheet
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
This field contains only text; it does not contain 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

WebSvcTimeSheet namespace