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