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