Share via


LookupTableMultiLangDataSet.LookupTableValuesDataTable.FindByLT_STRUCT_UIDLCID Method

Retrieves a LookupTableValuesRow object by using the specified parameters.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

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: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableValuesRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableValuesDataTable Class

LookupTableMultiLangDataSet.LookupTableValuesDataTable Members

LookupTable Web Service