StringValidatorAttribute.

Expression Property

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
StringValidatorAttribute

Syntax

public string Expression { get; set; }

Value

Type Description
string System.Text.RegularExpressions