public bool Bold { get; set; }
Public Property Bold As Boolean
public: property bool Bold { bool get (); void set (bool value); }