TimesheetDataSet.ActionsRowChangeEvent.Row propriedade
Especifica a linha que contém os dados alterados.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Row As TimesheetDataSet.ActionsRow
Get
'Uso
Dim instance As TimesheetDataSet.ActionsRowChangeEvent
Dim value As TimesheetDataSet.ActionsRow
value = instance.Row
public TimesheetDataSet.ActionsRow Row { get; }
Valor de propriedade
Tipo: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
Ver também
Referência
TimesheetDataSet.ActionsRowChangeEvent classe