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