Documentation for a minimal subset of the QSM API
TryGet Method (name, parameter)
Namespaces > QS.Fx.Base > IParameters > TryGet(String, IParameter)
Returns a configuration parameter with the given name.
Syntax
C#Visual BasicManaged C++
bool TryGet (
	string name,
	out IParameter parameter
)
Function TryGet ( _
	name As String, _
	<OutAttribute> ByRef parameter As IParameter _
) As Boolean
bool TryGet (
	String^ name, 
	IParameter^% parameter
)
Parameters
name (String)
Parameter name.
parameter (IParameter)
The returned parameter.
Return Value
True if a parameter was returned, false if a parameter with the requested name could not be found.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0