TimesheetDataSet.ActualsDataTable.TS_ACT_COMMENTColumn Property
Defines the column for the TS_ACT_COMMENT field.
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 ReadOnly Property TS_ACT_COMMENTColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.ActualsDataTable
Dim value As DataColumn
value = instance.TS_ACT_COMMENTColumn
public DataColumn TS_ACT_COMMENTColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimesheetDataSet.ActualsDataTable Class