Summary
Gets a value indicating whether the reference is managed for the
specified configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Managed
Project Reference
Syntax
public override bool IsManaged(Configuration solutionConfiguration)
Parameters
Name | Type | Description |
---|---|---|
solutionConfiguration | Configuration | The solution configuration that is built. |
Return Value
Type | Description |
---|---|
bool |
true .
|