WarehouseBaseWarehouseCode Property | |
Gets or sets the warehouse code
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string WarehouseCode { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ WarehouseCode {
String^ get ();
void set (String^ value);
}
function get_WarehouseCode();
function set_WarehouseCode(value);
Property Value
Type:
StringSee Also