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