LookupTableMultiLangDataSet.LookupTablesRow.GetLookupTableMaskStructuresRows method
Gets the list of lookup table mask structures.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetLookupTableMaskStructuresRows As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow()
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow()
returnValue = instance.GetLookupTableMaskStructuresRows()
public LookupTableMultiLangDataSet.LookupTableMaskStructuresRow[] GetLookupTableMaskStructuresRows()
Return value
Type: []
An array of code mask structures in a multilanguage lookup table.
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class