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