ShipperConfigurationAddress3 Property |  |
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax[DefaultValueAttribute("")]
public string Address3 { get; set; }
public:
[DefaultValueAttribute(L"")]
virtual property String^ Address3 {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Address3();
function set_Address3(value);
Property Value
Type:
String
See Also