ResourceDataSet.ResourcesRow.RES_RTF_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_RTF_NOTES As Byte()
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Byte()
value = instance.RES_RTF_NOTES
instance.RES_RTF_NOTES = value
public byte[] RES_RTF_NOTES { get; set; }
Property Value
Type: []
Remarks
RES_RTF_NOTES contains formatted text and graphics.
See Also
Reference
ResourceDataSet.ResourcesRow Class