FilterConstraint
Last updated
Last updated
A constraint used by a when testing names for validity.
FilterConstraint( type, System.String value)
No public methods.
Type
The type of condition names will be tested against. (eg. Contains, StartsWith, EndsWith, MatchesPattern)
Value
System.String
The value or pattern that names will be tested against.