KeyMaster.NET
SubjectPattern Property
KeyMaster.NETCaplin.KeyMaster.PermissioningIPermissionSubjectPattern
Gets or sets a regular expression representing the subjects that should have the permissions defined by this IPermission.
Declaration Syntax
C#Visual BasicVisual C++
string SubjectPattern { get; set; }
Property SubjectPattern As String
property String^ SubjectPattern {
	String^ get ();
	void set (String^ value);
}
Remarks

The regular expression syntaxes supported by the Liberator are Basic and Extended. The full .NET regular expressions syntax is not supported. However, the syntax for the most common regular expression operations is the same in each case. For more information on the various regular expression syntaxes, see www.regular-expressions.info.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.4.0 (5.0.4.0)