LookupTableMultiLangDataSet.LookupTableMaskStructuresRow.LookupTablesRow property
Represents the multilanguage lookup table which contains the code mask structure.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LookupTablesRow As LookupTableMultiLangDataSet.LookupTablesRow
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
Dim value As LookupTableMultiLangDataSet.LookupTablesRow
value = instance.LookupTablesRow
instance.LookupTablesRow = value
public LookupTableMultiLangDataSet.LookupTablesRow LookupTablesRow { get; set; }
Property value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesRow
Remarks
For a description of how to create a multilanguage lookup table on a test installation of Project Server, see Using the ProjTool Test Application. For a code sample that creates a multilanguage lookup table, see CreateLookupTablesMultiLang.
See also
Reference
LookupTableMultiLangDataSet.LookupTableMaskStructuresRow class
LookupTableMultiLangDataSet.LookupTableMaskStructuresRow members