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