IHostConfigurationGetParameter Method

Get the value of the indicated parameter.

Definition

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

Parameters

parameter  String
Name of the parameter.

Return Value

String
String with the value of the indicated parameter.

See Also