A boolean value indicating whether or not this item is compliant with the Restriction of Hazardous Substances Directive (RoHS).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic bool IsRoHS { get; set; }Public Property IsRoHS As Boolean
Get
Set
public:
property bool IsRoHS {
bool get ();
void set (bool value);
}member IsRoHS : bool with get, set
Property Value
Type:
Boolean
See Also