LookupTableDataSet.LookupTablesDataTable.NewLookupTablesRow Method
Creates a new instance of a LookupTablesRow for the LookupTablesDataTable.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Function NewLookupTablesRow As LookupTableDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim returnValue As LookupTableDataSet.LookupTablesRow
returnValue = instance.NewLookupTablesRow()
public LookupTableDataSet.LookupTablesRow NewLookupTablesRow()
Return Value
Type: [LookupTable Web service].LookupTableDataSet.LookupTablesRow
See Also
Reference
LookupTableDataSet.LookupTablesDataTable Class