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