public string City { get; set; }
Public Property City As String Get Set
public: property String^ City { String^ get (); void set (String^ value); }
member City : string with get, set
In This Article