Initializes a new instance of
MustMatchPattern.with the specified expression.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
expr As String _
)
|
C# |
public MustMatchPattern (
string expr
)
|
C++ |
public:
MustMatchPattern (
String^ expr
)
|
J# |
public MustMatchPattern (
String expr
)
|
JScript |
public function MustMatchPattern (
expr : String
)
|
Parameters
- expr
-
[in] Regular expression to use in creating the pattern. See
RegEx.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also