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