public bool Fy { get; set; }
Public Property Fy As Boolean Get Set
public: property bool Fy { bool get (); void set (bool value); }
member Fy : bool with get, set