NAnt SDK Documentation - v0.92

PatternSet.ExcludesFile Property

Loads multiple patterns of files to exclude from a given file, set using the PatternName parameter.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="excludesfile", Required:=False, ProcessXml:=True)>
Public ReadOnly Property ExcludesFile As PatternCollection
[C#]
[BuildElementArray(ElementType=null, Name="excludesfile", Required=False, ProcessXml=True)]
public PatternCollection ExcludesFile {get;}

See Also

PatternSet Class | NAnt.Core.Types Namespace