ShippingWarehouseShipper Property | |
Gets or sets the shipper
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string Shipper { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Shipper {
String^ get ();
void set (String^ value);
}
function get_Shipper();
function set_Shipper(value);
Property Value
Type:
StringSee Also