public bool InCollection { get; set; }
Public Property InCollection As Boolean
Get
Set
public:
virtual property bool InCollection {
bool get () sealed;
void set (bool value) sealed;
}
abstract InCollection : bool with get, set
override InCollection : bool with get, set