LookupTableDataSet.LookupTablesDataTable.FindByLT_UID Method
Retrieves a LookupTablesRow 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_UID ( _
LT_UID As Guid _
) As LookupTableDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim LT_UID As Guid
Dim returnValue As LookupTableDataSet.LookupTablesRow
returnValue = instance.FindByLT_UID(LT_UID)
public LookupTableDataSet.LookupTablesRow FindByLT_UID(
Guid LT_UID
)
Parameters
- LT_UID
Type: System.Guid
Specifies the unique identifier of the lookup table.
Return Value
Type: [LookupTable Web service].LookupTableDataSet.LookupTablesRow
See Also
Reference
LookupTableDataSet.LookupTablesDataTable Class