Share via


LookupTableMultiLangDataSet.LookupTablesDataTable.FindByLT_UID method

Retrieves a LookupTablesRow object by using the specified parameters.

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

Syntax

'Declaration
Public Function FindByLT_UID ( _
    LT_UID As Guid _
) As LookupTableMultiLangDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim LT_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTablesRow

returnValue = instance.FindByLT_UID(LT_UID)
public LookupTableMultiLangDataSet.LookupTablesRow FindByLT_UID(
    Guid LT_UID
)

Parameters

  • LT_UID
    Type: System.Guid

    Specifies the unique identifier of the lookup table.

Return value

Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesRow
A row object.

See also

Reference

LookupTableMultiLangDataSet.LookupTablesDataTable class

LookupTableMultiLangDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace