| VariableResolverVariablePattern Property |
A regular expression, that detects variable references.
The defaut expression is \$(?<name>.+?)\$
Namespace:
Mastersign.Bench.PropertyCollections
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Regex VariablePattern { get; set; }
Public Property VariablePattern As Regex
Get
Set
Property Value
Type:
RegexRemarks
The regular expression needs a named capture group called name'.
See Also