Condividi tramite


LookupTableDataSet.LookupTableTreesDataTable.FindByLT_STRUCT_UID method

Retrieves a LookupTableTreesRow 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 LookupTableDataSet.LookupTableTreesRow
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim LT_STRUCT_UID As Guid
Dim returnValue As LookupTableDataSet.LookupTableTreesRow

returnValue = instance.FindByLT_STRUCT_UID(LT_STRUCT_UID)
public LookupTableDataSet.LookupTableTreesRow FindByLT_STRUCT_UID(
    Guid LT_STRUCT_UID
)

Parameters

  • LT_STRUCT_UID
    Type: System.Guid

    The GUID of the lookup table structure.

Return value

Type: WebSvcLookupTable.LookupTableDataSet.LookupTableTreesRow

See also

Reference

LookupTableDataSet.LookupTableTreesDataTable class

LookupTableDataSet.LookupTableTreesDataTable members

WebSvcLookupTable namespace