KeyMaster.NET
MapFromPattern Property
KeyMaster.NETCaplin.KeyMaster.PermissioningSubjectMappingMapFromPattern
Gets or sets the pattern that will match a request for a subject.
Declaration Syntax
C#Visual BasicVisual C++
public string MapFromPattern { get; set; }
Public Property MapFromPattern As String
public:
virtual property String^ MapFromPattern {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Value
The pattern.
Remarks
The pattern is an Extended regular expression and can contain captures.

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