InternalPartIsRoHS Property |
A nullable boolean value which indicates whether or not this part is a RoHS compliant part.
A null value indicates the value has not been determined.
(Compliant to the EU Restriction of Hazardous Materials Directive).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<bool> IsRoHS { get; set; }
Public Property IsRoHS As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsRoHS {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsRoHS : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also