CommodityContentDdtcSme Property | |
Gets or sets DDTC Significant Military Equipment Indicator
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 6)]
public bool DdtcSme { get; set; }
public:
[DefaultValueAttribute(false)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 6)]
property bool DdtcSme {
bool get ();
void set (bool value);
}
function get_DdtcSme();
function set_DdtcSme(value);
Property Value
Type:
BooleanRemarks
'True' if some or all of the articles to be exported warrant special export controls because of their capacity for substantial military utility or capability
See Also