| MarkdownPropertyParserDeactivationCue Property |
This regular expression is used to deactivate the property parsing.
If this property is not null, the recognition of properties
stops after a line matches this expression.
Namespace:
Mastersign.Bench.Markdown
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public Regex DeactivationCue { get; set; }
Public Property DeactivationCue As Regex
Get
Set
Property Value
Type:
RegexSee Also