TimesheetDataSet.ActionsDataTable.NewActionsRow método
Cria um objeto de linha na ActionsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function NewActionsRow As TimesheetDataSet.ActionsRow
'Uso
Dim instance As TimesheetDataSet.ActionsDataTable
Dim returnValue As TimesheetDataSet.ActionsRow
returnValue = instance.NewActionsRow()
public TimesheetDataSet.ActionsRow NewActionsRow()
Valor retornado
Tipo: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
Ver também
Referência
TimesheetDataSet.ActionsDataTable classe