Share via


LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable.FindByLT_UIDLT_MASK_STRUCT_LEVELLCID method

Retrieves a LookupTableMaskValuesRow object by using the specified parameters.

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

Syntax

'Declaration
Public Function FindByLT_UIDLT_MASK_STRUCT_LEVELLCID ( _
    LT_UID As Guid, _
    LT_MASK_STRUCT_LEVEL As Integer, _
    LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableMaskValuesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable
Dim LT_UID As Guid
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskValuesRow

returnValue = instance.FindByLT_UIDLT_MASK_STRUCT_LEVELLCID(LT_UID, _
    LT_MASK_STRUCT_LEVEL, LCID)
public LookupTableMultiLangDataSet.LookupTableMaskValuesRow FindByLT_UIDLT_MASK_STRUCT_LEVELLCID(
    Guid LT_UID,
    int LT_MASK_STRUCT_LEVEL,
    int LCID
)

Parameters

  • LT_UID
    Type: System.Guid

    The unique identifier of the multilanguage lookup table that uses the code mask structure.

  • LT_MASK_STRUCT_LEVEL
    Type: System.Int32

    The outline level of the code mask structure.

Return value

Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableMaskValuesRow

See also

Reference

LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable class

LookupTableMultiLangDataSet.LookupTableMaskValuesDataTable members

WebSvcLookupTable namespace