InternalPartRoHSValue Property |
For RoHS regulated parts and materials, an integer value describing the level of hazardous material.
THIS FIELD IS NOT UTILIZED BY FACTORYLOGIX, AND IS PROVIDED FOR BACKWARDS COMPATIBILITY WITH LEGACY DIPLAN MODULES ONLY.
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<int> RoHSValue { get; set; }
Public Property RoHSValue As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> RoHSValue {
Nullable<int> get ();
void set (Nullable<int> value);
}
member RoHSValue : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also