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