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