Documentation for a minimal subset of the QSM API
Get Method (name, type)
Namespaces > QS.Fx.Base > IParameters > Get(String, Type)
Returns a configuration parameter with the given name and data type.
Syntax
C#Visual BasicManaged C++
IParameter Get (
	string name,
	Type type
)
Function Get ( _
	name As String, _
	type As Type _
) As IParameter
IParameter^ Get (
	String^ name, 
	Type^ type
)
Parameters
name (String)
Parameter name.
type (Type)
Parameter data type.
Return Value
The parameter.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0