Partager via


LookupTableMultiLangDataSet.LookupTableStructuresDataTable.FindByLT_STRUCT_UID Method

Retrieves a LookupTableStructuresRow object by using the specified parameter.

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_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: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Class

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Members

LookupTable Web Service