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