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