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