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