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