LookupTableMultiLangDataSet.LookupTableStructuresDataTable.AddLookupTableStructuresRow Method (LookupTableMultiLangDataSet.LookupTableStructuresRow)
Adds a new LookupTableStructuresRow to the LookupTableStructuresDataTable using the specified parameter.
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 Sub AddLookupTableStructuresRow ( _
row As LookupTableMultiLangDataSet.LookupTableStructuresRow _
)
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim row As LookupTableMultiLangDataSet.LookupTableStructuresRow
instance.AddLookupTableStructuresRow(row)
public void AddLookupTableStructuresRow(
LookupTableMultiLangDataSet.LookupTableStructuresRow row
)
Parameters
- row
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresRow
The LookupTableStructuresRow to be added to the LookupTableStructuresDataTable table.
See Also
Reference
LookupTableMultiLangDataSet.LookupTableStructuresDataTable Class
LookupTableMultiLangDataSet.LookupTableStructuresDataTable Members