NAnt SDK Documentation - v0.92

ReferenceBase.CopyLocal Property

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.

See Also

ReferenceBase Class | NAnt.VSNet Namespace