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