  | MarkdownPropertyParserGroupDocsBeginCue Property  | 
 
            This regular expression is used to detect the beginning of the documentation
            of a group. All lines, which are not recognized as properties or another cue,
            are collected as the documentation for the group.
            
 
    Namespace: 
   Mastersign.Bench.Markdown
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic Regex GroupDocsBeginCue { get; set; }Public Property GroupDocsBeginCue As Regex
	Get
	Set
Property Value
Type: 
Regex
See Also