Click or drag to resize

AdapterConfigurationAdapterShipperMappings Property

Gets or sets AdapterShipperMappings.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
[DataMemberAttribute(EmitDefaultValue = false)]
public List<AdapterShipperMapping> AdapterShipperMappings { get; set; }

Property Value

Type: ListAdapterShipperMapping

Implements

IAdapterConfigurationAdapterShipperMappings
See Also