Share via


LookupTableDataSet.LookupTableMasksDataTable.FindByLT_UIDLT_MASK_STRUCT_LEVEL method

Retrieves a LookupTableMasksRow object by using the specified multilanguage lookup table GUID and the outline level of the code mask structure.

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

Syntax

'Declaration
Public Function FindByLT_UIDLT_MASK_STRUCT_LEVEL ( _
    LT_UID As Guid, _
    LT_MASK_STRUCT_LEVEL As Integer _
) As LookupTableDataSet.LookupTableMasksRow
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksDataTable
Dim LT_UID As Guid
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim returnValue As LookupTableDataSet.LookupTableMasksRow

returnValue = instance.FindByLT_UIDLT_MASK_STRUCT_LEVEL(LT_UID, _
    LT_MASK_STRUCT_LEVEL)
public LookupTableDataSet.LookupTableMasksRow FindByLT_UIDLT_MASK_STRUCT_LEVEL(
    Guid LT_UID,
    int LT_MASK_STRUCT_LEVEL
)

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.LookupTableDataSet.LookupTableMasksRow

See also

Reference

LookupTableDataSet.LookupTableMasksDataTable class

LookupTableDataSet.LookupTableMasksDataTable members

WebSvcLookupTable namespace