public int Target { get; set; }
Public Property Target As Integer
public: property int Target { int get (); void set (int value); }