LookupTableMultiLangDataSet.LookupTablesDataTable.FindByLT_UID Method
Retrieves a LookupTablesRow object by using the specified parameters.
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 LookupTableMultiLangDataSet.LookupTablesRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim LT_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTablesRow
returnValue = instance.FindByLT_UID(LT_UID)
public LookupTableMultiLangDataSet.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].LookupTableMultiLangDataSet.LookupTablesRow
See Also
Reference
LookupTableMultiLangDataSet.LookupTablesDataTable Class