KeyMaster.NET
SubjectPattern Property
KeyMaster.NETCaplin.KeyMaster.PermissioningPermissionSubjectPattern
Gets or sets a regular expression representing the subjects that should have the permissions defined by this instance of Permission.
Declaration Syntax
C#Visual BasicVisual C++
public string SubjectPattern { get; set; }
Public Property SubjectPattern As String
public:
virtual property String^ SubjectPattern {
	String^ get () sealed;
	void set (String^ value) sealed;
}
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.2.0 (5.0.2.0)