[XmlAttributeAttribute]
public string exporterVersion { get; set; }
<XmlAttributeAttribute>
Public Property exporterVersion As String
Get
Set
public:
[XmlAttributeAttribute]
property String^ exporterVersion {
String^ get ();
void set (String^ value);
}
[<XmlAttributeAttribute>]
member exporterVersion : string with get, set