HazmatContentHazmatRadioactiveException Property | |
Gets or sets Radioactive Materials Exception
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 22)]
public int HazmatRadioactiveException { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false, Order = 22)]
property int HazmatRadioactiveException {
int get ();
void set (int value);
}
function get_HazmatRadioactiveException();
function set_HazmatRadioactiveException(value);
Property Value
Type:
Int32Remarks
Exception that the radioactive material is shipped with - see HazMatRadioactiveException enumeration
See Also