Summary
Indicates whether the compiler for a given target framework supports
the "keycontainer" option. The default is
false.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- JscTask
Syntax
public override bool SupportsKeyContainer { get; set; }
Remarks
Override to avoid exposing this to build authors, as the JScript.NET
does not support this.
Value
| Type | Description |
|---|---|
| bool |
false.
|
