Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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