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