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

ProjectReferenceBase.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]
Overrides Public ReadOnly Property CopyLocal As Boolean
[C#]
public override 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.ProjectReferenceBase.CopyLocal

See Also

ProjectReferenceBase Class | NAnt.VSNet Namespace