NAnt SDK Documentation - v0.92 |
|
FileSet.Include.Pattern Property
The pattern or file name to include.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="name", ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Overrides Public Property Pattern As
String
[C#]
[TaskAttribute(Required=True, Name="name", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public override
string Pattern {get; set;}
See Also
FileSet.Include Class | NAnt.Core.Types Namespace