LookupTableMultiLangDataSet.LookupTableLanguagesDataTable.FindByLT_UIDLCID method
Retrieves a LookupTableLanguagesRow object by using the specified parameters.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidThe unique identifier of the multilanguage lookup table which uses the code mask structure.
LCID
Type: System.Int32Specifies the locale ID for the language in the parent LookupTableLanguages table.
Return value
Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableLanguagesRow
See also
Reference
LookupTableMultiLangDataSet.LookupTableLanguagesDataTable class
LookupTableMultiLangDataSet.LookupTableLanguagesDataTable members