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