Search string to look for in response
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute("SearchFor")> Public searchFor As String |
| C# |
|---|
| [XmlAttributeAttribute("SearchFor")] public string searchFor; |
| C++ |
|---|
| [XmlAttributeAttribute(L"SearchFor")] public: String searchFor sealed ; |
| J# |
|---|
| /** @attribute XmlAttributeAttribute("SearchFor") */ public string searchFor |
| JScript |
|---|
| public XmlAttributeAttribute("SearchFor") searchFor : String; |