The pattern to be watched and to be marked automatically. (accepts null.)

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public Regex Pattern { get; set; }
Visual Basic
Public Property Pattern As Regex
	Get
	Set

Property Value

Type: Regex

Remarks

This property gets or sets the pattern to be watched. If the pattern is null or regular expression is an empty string, Azuki simply ignores the watch pattern.

See Also