Condividi tramite


LookupTableMultiLangDataSet.LookupTableStructuresDataTable.FindByLT_STRUCT_UID method

Retrieves a LookupTableStructuresRow object by using the specified parameter.

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

Syntax

'Declaration
Public Function FindByLT_STRUCT_UID ( _
    LT_STRUCT_UID As Guid _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim LT_STRUCT_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow

returnValue = instance.FindByLT_STRUCT_UID(LT_STRUCT_UID)
public LookupTableMultiLangDataSet.LookupTableStructuresRow FindByLT_STRUCT_UID(
    Guid LT_STRUCT_UID
)

Parameters

  • LT_STRUCT_UID
    Type: System.Guid

    The GUID for the lookup table structure.

Return value

Type: WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow

See also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresDataTable class

LookupTableMultiLangDataSet.LookupTableStructuresDataTable members

WebSvcLookupTable namespace