Share via


LookupTableMultiLangDataSet.LookupTableMaskStructuresRow.LT_UID property

Specifies the GUID of the multilanguage lookup table that uses the code mask structure.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property LT_UID As Guid
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
Dim value As Guid

value = instance.LT_UID

instance.LT_UID = value
public Guid LT_UID { get; set; }

Property value

Type: System.Guid

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

WebSvcLookupTable namespace