Gets or sets the third line of the physical ship-to address.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Address3 { get; set; } |
| Visual Basic |
|---|
Public Property Address3 As String Get Set |
| Visual C++ |
|---|
public: property String^ Address3 { String^ get (); void set (String^ value); } |
Field Value
A free form text field containing the third line of the physical ship-to address.
Remarks
This field will be converted to title case where the first letter of each word is capitalized except
for those defined in the "StayLower" system setting. Changes to this property will also cause the
FormattedAddress property to be recalculated.