TimesheetDataSet.LinesRowChangeEvent.Row property
Specifies the row containing changed data.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As TimesheetDataSet.LinesRow
Get
'Usage
Dim instance As TimesheetDataSet.LinesRowChangeEvent
Dim value As TimesheetDataSet.LinesRow
value = instance.Row
public TimesheetDataSet.LinesRow Row { get; }
Property value
Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow
See also
Reference
TimesheetDataSet.LinesRowChangeEvent class