TimesheetDataSet.HeadersRow.TS_COMMENTS property
Specifies comments that are associated with this timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_COMMENTS As String
Get
Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As String
value = instance.TS_COMMENTS
instance.TS_COMMENTS = value
public string TS_COMMENTS { get; set; }
Property value
Type: System.String
See also
Reference
TimesheetDataSet.HeadersRow class