A regular expression that can be used to match incoming requests
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute(AttributeName := "Remote", DataType := "string")> Public remote As String |
| C# |
|---|
| [XmlAttributeAttribute(AttributeName = "Remote", DataType = "string")] public string remote; |
| C++ |
|---|
| [XmlAttributeAttribute(AttributeName = L"Remote", DataType = L"string")] public: String remote sealed ; |
| J# |
|---|
| /** @attribute XmlAttributeAttribute(AttributeName = "Remote", DataType = "string") */ public string remote |
| JScript |
|---|
| public XmlAttributeAttribute(AttributeName = "Remote", DataType = "string") remote : String; |