ICommandLineOptions.IsOptionSet(String) Method

Definition

Checks if the specified option is set.

public bool IsOptionSet(string optionName);
abstract member IsOptionSet : string -> bool
Public Function IsOptionSet (optionName As String) As Boolean

Parameters

optionName
String

The name of the option.

Returns

True if the option is set; otherwise, false.

Applies to