A regular expression string used to match incoming requests


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
<XmlAttributeAttribute(AttributeName := "Match", DataType := "string")>
Public match As String
C#
[XmlAttributeAttribute(AttributeName = "Match", DataType = "string")]
public string match;
C++
[XmlAttributeAttribute(AttributeName = L"Match", DataType = L"string")]
public:
 String match sealed ;
J#
/** @attribute XmlAttributeAttribute(AttributeName = "Match", DataType = "string") */
public string match
JScript
public 
   XmlAttributeAttribute(AttributeName = "Match", DataType = "string")
match : String;

See Also