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