AdapterShipperMappingConfigurationShipperSettings Property | |
Get or set ShipperSettings
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public List<ShipperSettingConfiguration> ShipperSettings { get; set; }
public:
property List<ShipperSettingConfiguration^>^ ShipperSettings {
List<ShipperSettingConfiguration^>^ get ();
void set (List<ShipperSettingConfiguration^>^ value);
}
function get_ShipperSettings();
function set_ShipperSettings(value);
Property Value
Type:
ListShipperSettingConfigurationSee Also