NAnt SDK Documentation - v0.92

FileSet.Exclude.Pattern Property

The pattern or file name to exclude.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=True, Name:="name", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property Pattern As String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="name", ExpandProperties=True, ProcessXml=True)]
public virtual string Pattern {get; set;}

See Also

FileSet.Exclude Class | NAnt.Core.Types Namespace