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