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