TimesheetDataSet.CustomFieldsRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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: WebSvcTimeSheet.TimesheetDataSet.CustomFieldsRow
See Also
Reference
TimesheetDataSet.CustomFieldsRowChangeEvent Class