del método DepartmentsDataSet.DepartmentsDataTable.NewDepartmentsRow
Crea un objeto DepartmentsRow que representa un departamento en el DepartmentsDataTable.
Espacio de nombres: WebSvcAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function NewDepartmentsRow As DepartmentsDataSet.DepartmentsRow
'Uso
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim returnValue As DepartmentsDataSet.DepartmentsRow
returnValue = instance.NewDepartmentsRow()
public DepartmentsDataSet.DepartmentsRow NewDepartmentsRow()
Valor devuelto
Tipo: WebSvcAdmin.DepartmentsDataSet.DepartmentsRow
Vea también
Referencia
clase DepartmentsDataSet.DepartmentsDataTable