Share via


LookupTableMultiLangDataSet.LookupTableValuesDataTable.FindByLT_STRUCT_UIDLCID method

Retrieves a LookupTableValuesRow object by using the specified parameters.

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

Syntax

'Declaration
Public Function FindByLT_STRUCT_UIDLCID ( _
    LT_STRUCT_UID As Guid, _
    LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableValuesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Dim LT_STRUCT_UID As Guid
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableValuesRow

returnValue = instance.FindByLT_STRUCT_UIDLCID(LT_STRUCT_UID, _
    LCID)
public LookupTableMultiLangDataSet.LookupTableValuesRow FindByLT_STRUCT_UIDLCID(
    Guid LT_STRUCT_UID,
    int LCID
)

Parameters

  • LT_STRUCT_UID
    Type: System.Guid

    The GUID for the multilanguage lookup table structure.

  • LCID
    Type: System.Int32

    A 32-bit value that identifies the human language that is preferred by the customer.

Return value

Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableValuesRow

See also

Reference

LookupTableMultiLangDataSet.LookupTableValuesDataTable class

LookupTableMultiLangDataSet.LookupTableValuesDataTable members

WebSvcLookupTable namespace