Temperature (ASBIE). Associates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ITemperature FlashpointTemperature { get; set; }
Visual Basic
Public Property FlashpointTemperature As ITemperature
	Get
	Set
Visual C++
public:
virtual property ITemperature^ FlashpointTemperature {
	ITemperature^ get () sealed;
	void set (ITemperature^ value) sealed;
}
F#
abstract FlashpointTemperature : ITemperature with get, set
override FlashpointTemperature : ITemperature with get, set

Property Value

Type: ITemperature

Implements

IHazardousItem..::..FlashpointTemperature

Remarks

Dictionary entry name
Hazardous Item. Flashpoint_ Temperature. Temperature
Cardinality
0..1

See Also