Returns a configuration parameter with the given name, data type and access.

C# | Visual Basic | Managed C++ |
IParameter<C> Get<C> ( string name, ParameterAccess access )
Function Get(Of C) ( _ name As String, _ access As ParameterAccess _ ) As IParameter(Of C)
generic<typename C> IParameter<C>^ Get ( String^ name, ParameterAccess access )

- C
- Parameter data type.

- name (String)
- Parameter name.
- access (ParameterAccess)
- Parameter access.

The parameter.