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