Interface IBooleanArgument
Interface for accessing a boolean argument value
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public interface IBooleanArgument
Properties
| Edit this page View SourceValueAsBoolean
Argument value typed as bool
Declaration
bool ValueAsBoolean { get; }
Property Value
Type | Description |
---|---|
bool |