'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Code As String
'Usage
Dim instance As RateTemplateValue Dim value As String value = instance.Code instance.Code = value
[XmlAttribute()] [DefaultValue()] public string Code
public field Code: String;
XmlAttributeAttribute() DefaultValueAttribute() public var Code : String;
[XmlAttribute()] [DefaultValue()] public: string* Code
[XmlAttribute()] [DefaultValue()] public: String^ Code