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