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