public int order { get; set; }
Public Property order As Integer Get Set
public: property int^ order { int^ get (); void set (int^ value); }