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