TimesheetLineClassDataSet.DepartmentsRowChangeEvent.Row property
Gets the row that contains changed data.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Row As TimesheetLineClassDataSet.DepartmentsRow
Get
'Usage
Dim instance As TimesheetLineClassDataSet.DepartmentsRowChangeEvent
Dim value As TimesheetLineClassDataSet.DepartmentsRow
value = instance.Row
public TimesheetLineClassDataSet.DepartmentsRow Row { get; }
Property value
Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow
A departments row.
See also
Reference
TimesheetLineClassDataSet.DepartmentsRowChangeEvent class