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

C# | Visual Basic | Managed C++ |
IParameter Get ( string name, Type type, ParameterAccess access )
Function Get ( _ name As String, _ type As Type, _ access As ParameterAccess _ ) As IParameter
IParameter^ Get ( String^ name, Type^ type, ParameterAccess access )

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

The parameter.