ShipperSettingConfigurationAdapterShipperSymbol Property | |
Gets or sets the Value of the AdapterShipperSymbol.
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [XmlIgnoreAttribute]
[DataMemberAttribute(EmitDefaultValue = false)]
public string AdapterShipperSymbol { get; set; }
public:
[XmlIgnoreAttribute]
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ AdapterShipperSymbol {
String^ get ();
void set (String^ value);
}
function get_AdapterShipperSymbol();
function set_AdapterShipperSymbol(value);
Property Value
Type:
StringSee Also