PackingRatePublishedCost Property | |
Gets or sets the published cost
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Money PublishedCost { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Money^ PublishedCost {
Money^ get ();
void set (Money^ value);
}
function get_PublishedCost();
function set_PublishedCost(value);
Property Value
Type:
MoneySee Also