REGEX_MATCH_EXPRESSION Field
See Also 
SourceCode.Security.UserRoleManager.Management.UserRoleCriteria Namespace > ConfigurationPropertyName Class : REGEX_MATCH_EXPRESSION Field



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Const REGEX_MATCH_EXPRESSION As String
Visual Basic (Usage) Copy Code
Dim value As String
 
value = ConfigurationPropertyName.REGEX_MATCH_EXPRESSION
C#  
public const string REGEX_MATCH_EXPRESSION
C++/CLI  
public:
const String^ REGEX_MATCH_EXPRESSION

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also