public ReportType ReportType { get; set; }
Public Property ReportType As ReportType Get Set
public: property ReportType ReportType { ReportType get (); void set (ReportType value); }
member ReportType : ReportType with get, set