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

VcFileConfiguration.ExcludeFromBuild Property

[This is preliminary documentation and subject to change.]

Gets a value indication whether the file should be excluded from the build for this configuration.

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

Property Value

true if the file should be excluded from the build for this configuration; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.VcFileConfiguration.ExcludeFromBuild

See Also

VcFileConfiguration Class | NAnt.VSNet Namespace