Public Property Boots As Integer
Dim instance As Engine
Dim value As Integer
instance.Boots = value
value = instance.Boots
public int Boots {get; set;}
public: __property int get_Boots();
public: __property void set_Boots(
int value
);
public:
property int Boots {
int get();
void set ( int value);
}