CommodityContentCertOfOriginMethod Property | |
Gets or sets Cert. of Origin Method
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 1)]
public int CertOfOriginMethod { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 1)]
property int CertOfOriginMethod {
int get ();
void set (int value);
}
function get_CertOfOriginMethod();
function set_CertOfOriginMethod(value);
Property Value
Type:
Int32Remarks
Indicates which method will be used to provide the Certificate of Origin - see COMethod enumeration
See Also