LookupTableMultiLangDataSet.LookupTableLanguagesDataTable.FindByLT_UIDLCID Method
Retrieves a LookupTableLanguagesRow 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_UIDLCID ( _
LT_UID As Guid, _
LCID As Integer _
) As LookupTableMultiLangDataSet.LookupTableLanguagesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableLanguagesDataTable
Dim LT_UID As Guid
Dim LCID As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableLanguagesRow
returnValue = instance.FindByLT_UIDLCID(LT_UID, _
LCID)
public LookupTableMultiLangDataSet.LookupTableLanguagesRow FindByLT_UIDLCID(
Guid LT_UID,
int LCID
)
Parameters
- LT_UID
Type: System.Guid
The unique identifier of the multilanguage lookup table which uses the code mask structure.
- LCID
Type: System.Int32
Specifies the locale ID for the language in the parent LookupTableLanguages table.
Return Value
Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableLanguagesRow
See Also
Reference
LookupTableMultiLangDataSet.LookupTableLanguagesDataTable Class
LookupTableMultiLangDataSet.LookupTableLanguagesDataTable Members