LookupTableDataSet.LookupTableTreesDataTable.NewLookupTableTreesRow Method
Creates a new instance of a LookupTableTreesRow for the LookupTableTreesDataTable.
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 NewLookupTableTreesRow As LookupTableDataSet.LookupTableTreesRow
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim returnValue As LookupTableDataSet.LookupTableTreesRow
returnValue = instance.NewLookupTableTreesRow()
public LookupTableDataSet.LookupTableTreesRow NewLookupTableTreesRow()
Return Value
Type: [LookupTable Web service].LookupTableDataSet.LookupTableTreesRow
See Also
Reference
LookupTableDataSet.LookupTableTreesDataTable Class