'Declaration
<XmlElementAttribute()> Public Property ReportType As String
'Usage
Dim instance As ExportReportConfigControlData Dim value As String instance.ReportType = value value = instance.ReportType
[XmlElement()] public string ReportType {get; set;}
public read-write property ReportType: String;
XmlElementAttribute() public function get,set ReportType : String
[XmlElement()] public: __property string* get_ReportType(); public: __property void set_ReportType( string* value );
[XmlElement()] public: property String^ ReportType { String^ get(); void set ( String^ value); }