CommodityContentDdtcEligibleParty Property | |
Gets or sets DDTC Eligible Party Certification Indicator
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 3)]
public bool DdtcEligibleParty { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 3)]
property bool DdtcEligibleParty {
bool get ();
void set (bool value);
}
function get_DdtcEligibleParty();
function set_DdtcEligibleParty(value);
Property Value
Type:
BooleanRemarks
'True' to certify the exporter meets ITAR criteria and all parties are eligible to receive USML items under the ITAR
See Also