Summary
Gets or sets a value indicating whether to select all unresolved files.
Default value is false.
Syntax
public bool SelectAll { get; set; }
Note that if the
Action property is set to
List, then
this property is not used.
Attributes
| Type |
Description |
| DefaultValueAttribute |
|
| BooleanArgumentAttribute |
This attribute can be applied to bool-properties in option classes,
to specify the option to pass to the executable in case of
a false or true value. By default, no options
will be sent for either value.
|
Value