HazmatContentHazmatRadioactiveChemicalForm Property | |
Gets or sets Radioactive Material Chemical Form
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 20)]
public string HazmatRadioactiveChemicalForm { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 20)]
property String^ HazmatRadioactiveChemicalForm {
String^ get ();
void set (String^ value);
}
function get_HazmatRadioactiveChemicalForm();
function set_HazmatRadioactiveChemicalForm(value);
Property Value
Type:
StringRemarks
Chemical form of the radioactive material
See Also