LookupTableMultiLangDataSet.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 LookupTableMultiLangDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim returnValue As LookupTableMultiLangDataSet.LookupTablesRow
returnValue = instance.NewLookupTablesRow()
public LookupTableMultiLangDataSet.LookupTablesRow NewLookupTablesRow()
Return Value
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTablesRow
See Also
Reference
LookupTableMultiLangDataSet.LookupTablesDataTable Class