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