CommodityContentDdtcRegistrationNumber Property | |
Gets or sets DDTC Registration Number
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 5)]
public string DdtcRegistrationNumber { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 5)]
property String^ DdtcRegistrationNumber {
String^ get ();
void set (String^ value);
}
function get_DdtcRegistrationNumber();
function set_DdtcRegistrationNumber(value);
Property Value
Type:
StringRemarks
The exporter's DDTC registration number
See Also