Public Property State As String Get Set
public string State { get; set; }
public: property String^ State { String^ get (); void set (String^ value); }