Gets the value of the parameter with the specified name, or null if there is no such
parameter.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected Object GetParameterValue( string name ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetParameterValue ( _ name As String _ ) As Object |
| Visual C++ |
|---|
protected: Object^ GetParameterValue( String^ name ) |
Parameters
- name
- Type: System..::.String