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