NAnt SDK Documentation - v0.92 |
|
StringValidatorAttribute.Expression Property
Gets or sets a regular expression. The string will be validated to determine if it matches the expression.
[Visual Basic]
Public Property Expression As
String
[C#]
public
string Expression {get; set;}
Property Value
RegularExpressions
See Also
StringValidatorAttribute Class | NAnt.Core.Attributes Namespace