|  | GroupedVariableResolverGroupVariablePattern Property  | 
 
            A regular expression, that detects variable references.
            The defaut expression is \$(?<group>.*?):(?<name>.+?)\$
 
    Namespace: 
   Mastersign.Bench.PropertyCollections
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
 Syntax
Syntaxpublic Regex GroupVariablePattern { get; set; }Public Property GroupVariablePattern As Regex
	Get
	Set
Property Value
Type: 
Regex Remarks
Remarks
            The regular expression needs two named capture groups called group and name.
            
 See Also
See Also