IFlagValue Interface API Reference Spectre.Console.Cli IFlagValue Represents a flag with an optional value. public interface IFlagValue Namespace Spectre.Console.Cli Implementing Types FlagValue<T> Properties abstract bool IsSet Gets or sets a value indicating whether or not the flag was set or not. abstract Type Type Gets the flag's element type. abstract object Value Gets or sets the flag's value.