ISO3 country code
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute(AttributeName := "Code", DataType := "string")> Public code As String |
| C# |
|---|
| [XmlAttributeAttribute(AttributeName = "Code", DataType = "string")] public string code; |
| C++ |
|---|
| [XmlAttributeAttribute(AttributeName = L"Code", DataType = L"string")] public: String code sealed ; |
| J# |
|---|
| /** @attribute XmlAttributeAttribute(AttributeName = "Code", DataType = "string") */ public string code |
| JScript |
|---|
| public XmlAttributeAttribute(AttributeName = "Code", DataType = "string") code : String; |