 | MarkdownPropertyParserActivationCue Property |
This regular expression is used to activate the property parsing.
If this property is not null, the recognition of properties
starts after a line matches this expression.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic Regex ActivationCue { get; set; }
Public Property ActivationCue As Regex
Get
Set
Property Value
Type:
Regex
See Also