The type of service


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

Syntax

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

See Also