ResourceDataSet.ResourcesRow.RES_NOTES Property

Specifies comments entered about a resource.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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, 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

WebSvcTimeSheet Namespace