Summary
Returns a value indicating whether the current framework is valid.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- FrameworkInfo
Syntax
public bool IsValid { get; }
Value
Type | Description |
---|---|
bool |
true if the framework is installed and correctly
configured; otherwise, false .
|