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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0