Click or drag to resize

ShipmentResponseClone Method

Makes a clone copy of the currently populated ShipmentResponse object.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public Object Clone()

Return Value

Type: Object
An object that can be cast to a ShipmentResponse object

Implements

ICloneableClone
See Also