CompanyConfigurationShippers Property | |
Gets or sets ShipperConfigurations
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlArrayItemAttribute("Shipper")]
public List<ShipperConfiguration> Shippers { get; set; }
public:
[XmlArrayItemAttribute(L"Shipper")]
property List<ShipperConfiguration^>^ Shippers {
List<ShipperConfiguration^>^ get ();
void set (List<ShipperConfiguration^>^ value);
}
function get_Shippers();
function set_Shippers(value);
Property Value
Type:
ListShipperConfigurationSee Also