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