NAnt SDK Documentation - v0.85-nightly-2005-11-09

StringValidatorAttribute.Expression Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Attributes.StringValidatorAttribute.Expression

See Also

StringValidatorAttribute Class | NAnt.Core.Attributes Namespace