TimesheetListDataSet.TimesheetsRowChangeEvent.Row Property
Specifies the row containing changed data.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As TimesheetListDataSet.TimesheetsRow
Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRowChangeEvent
Dim value As TimesheetListDataSet.TimesheetsRow
value = instance.Row
public TimesheetListDataSet.TimesheetsRow Row { get; }
Property Value
Type: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
See Also
Reference
TimesheetListDataSet.TimesheetsRowChangeEvent Class