LookupTableDataSet.LookupTableTreesDataTable.FindByLT_STRUCT_UID Method
Retrieves a LookupTableTreesRow 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 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: [LookupTable Web service].LookupTableDataSet.LookupTableTreesRow
See Also
Reference
LookupTableDataSet.LookupTableTreesDataTable Class