IHostConfigurationParameterExists Method

Indicates whether the parameter exists

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool ParameterExists(
	string parameter
)

Parameters

parameter  String
Name of the parameter.

Return Value

Boolean
if exists; otherwise, .

See Also