CommodityContentLicenseUnitValue Property | |
Gets or sets License Unit Value
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false, Order = 21)]
public Money LicenseUnitValue { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false, Order = 21)]
property Money^ LicenseUnitValue {
Money^ get ();
void set (Money^ value);
}
function get_LicenseUnitValue();
function set_LicenseUnitValue(value);
Property Value
Type:
MoneyRemarks
The per-unit value of the commodity as it applies to the export license
See Also