bool IsFake { get; set; }
Property IsFake As Boolean Get Set
property bool IsFake { bool get (); void set (bool value); }
abstract IsFake : bool with get, set
In This Article