TimesheetDataSet.CustomFieldsRowChangeEvent.Row Property
Specifies the row containing changed data.
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 Row As TimesheetDataSet.CustomFieldsRow
Get
'Usage
Dim instance As TimesheetDataSet.CustomFieldsRowChangeEvent
Dim value As TimesheetDataSet.CustomFieldsRow
value = instance.Row
public TimesheetDataSet.CustomFieldsRow Row { get; }
Property Value
Type: [TimeSheet Web service].TimesheetDataSet.CustomFieldsRow
See Also
Reference
TimesheetDataSet.CustomFieldsRowChangeEvent Class