CommodityContentNaftaRvcMethod Property | |
Gets or sets NAFTA RVC Calculation Method
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 27)]
public int NaftaRvcMethod { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 27)]
property int NaftaRvcMethod {
int get ();
void set (int value);
}
function get_NaftaRvcMethod();
function set_NaftaRvcMethod(value);
Property Value
Type:
Int32Remarks
Identifies which of the NAFTA regional value content (RVC) calculation methods apply to this commodity - see NAFTARVCMethod enumeration
See Also