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