Summary
Gets or sets a value indicating whether the GAC operation will be forced.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- GacTaskBase
Syntax
[TaskAttribute("force", Required = false)]
[BooleanValidator]
public virtual bool Force { get; set; }
Remarks
The exact meaning of this property is dependent on the subclass. As such, subclasses should override this
property to provide a valid description.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |