Click or drag to resize

CLIParameterAttribute Constructor

Initializes a new instance of the CLIParameterAttribute class.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public CLIParameterAttribute(
	bool mandatory
)

Parameters

mandatory
Type: SystemBoolean
If set to true the parameter must be specified in the command.
See Also