NAnt SDK Documentation - v0.85-nightly-2005-11-09

ReferenceBase.CopyLocal Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the output file(s) of this reference should be copied locally.

[Visual Basic]
MustOverride Public ReadOnly Property CopyLocal As Boolean
[C#]
public abstract bool CopyLocal {get;}

Property Value

true if the output file(s) of this reference should be copied locally; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ReferenceBase.CopyLocal

See Also

ReferenceBase Class | NAnt.VSNet Namespace