AdapterRegistrationConfigurationAdapterShipperMappings Property | |
Gets or set AdapterShipperMappings
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public List<AdapterShipperMappingConfiguration> AdapterShipperMappings { get; set; }
public:
property List<AdapterShipperMappingConfiguration^>^ AdapterShipperMappings {
List<AdapterShipperMappingConfiguration^>^ get ();
void set (List<AdapterShipperMappingConfiguration^>^ value);
}
function get_AdapterShipperMappings();
function set_AdapterShipperMappings(value);
Property Value
Type:
ListAdapterShipperMappingConfigurationSee Also