Summary
Gets a value indicating whether the output file(s) of this reference
should be copied locally.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Assembly
Reference Base
Syntax
public override bool CopyLocal { get; }
Value
Type | Description |
---|---|
bool |
true if the output file(s) of this reference
should be copied locally; otherwise, false .
|