CommodityFreightIsHazardous Property
Identifies if the Commodity item is hazardous.
Syntax
__property bool CommodityFreightIsHazardous[int CommodityIndex] = {read=FCommodityFreightIsHazardous, write=FSetCommodityFreightIsHazardous};
Default Value
false
Remarks
Identifies if the Commodity item is hazardous.
NOTE: This property is only applicable to UPS freight.
The size of the array is controlled by the CommodityCount property.
This property is not available at design time.
Data Type
Boolean