PatternMapValueType Complex Type
- Article
-
-
Not used. Defines the regular expressions used to find a matching string in the message string and alter it.
<xs:complexType name="PatternMapValueType">
<xs:simpleContent>
<xs:extension
base="string"
>
<xs:attribute name="name"
type="string"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
Name |
Type |
Description |
name |
string |
The regular expression used to find a matching string in the message string.
|
value |
string |
The regular expression used to alter the matching string that was found in the message string.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|