The part of the request to match (ie. all, host, path)
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute(AttributeName := "Part", DataType := "string")> Public part As String |
| C# |
|---|
| [XmlAttributeAttribute(AttributeName = "Part", DataType = "string")] public string part; |
| C++ |
|---|
| [XmlAttributeAttribute(AttributeName = L"Part", DataType = L"string")] public: String part sealed ; |
| J# |
|---|
| /** @attribute XmlAttributeAttribute(AttributeName = "Part", DataType = "string") */ public string part |
| JScript |
|---|
| public XmlAttributeAttribute(AttributeName = "Part", DataType = "string") part : String; |