LookupTableMultiLangDataSet.LookupTablesRow.GetLookupTableStructuresRows method
Gets the list of lookup table structures.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetLookupTableStructuresRows As LookupTableMultiLangDataSet.LookupTableStructuresRow()
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow()
returnValue = instance.GetLookupTableStructuresRows()
public LookupTableMultiLangDataSet.LookupTableStructuresRow[] GetLookupTableStructuresRows()
Return value
Type: []
An array of rows of lookup table structure data.
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class