public float Speed { get; set; }
Public Property Speed As Single Get Set
public: property float^ Speed { float^ get (); void set (float^ value); }