 | SalesOrderShipmentDtoShippingAddress Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public AddressDto ShippingAddress { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property ShippingAddress As AddressDto
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property AddressDto^ ShippingAddress {
AddressDto^ get ();
void set (AddressDto^ value);
}
[<XmlElementAttribute(IsNullable = true)>]
member ShippingAddress : AddressDto with get, set
Property Value
Type:
AddressDto
See Also