IHostConfigurationParameterExists Method
Indicates whether the parameter exists
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool ParameterExists(
string parameter
)
Function ParameterExists (
parameter As String
) As Boolean
- parameter String
- Name of the parameter.
Boolean if exists; otherwise,
.