Summary
Gets or sets a regular expression. The string will be validated to
determine if it matches the expression.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- String
Validator Attribute
Syntax
public string Expression { get; set; }
Value
Type | Description |
---|---|
string |
System.Text.RegularExpressions
|