HazmatContentHazmatTechnicalName Property | |
Gets or sets Hazardous Material Technical Name
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 34)]
public string HazmatTechnicalName { get; set; }
public:
[DefaultValueAttribute(L"")]
[DataMemberAttribute(EmitDefaultValue = false, Order = 34)]
property String^ HazmatTechnicalName {
String^ get ();
void set (String^ value);
}
function get_HazmatTechnicalName();
function set_HazmatTechnicalName(value);
Property Value
Type:
StringRemarks
Technical name of the Hazardous Material
See Also