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