ItemClassification Property |
An enumerated value describing the kind of item represented by this item instance.
This property may not be alterned or updated after the item has been created.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public ItemClassification Classification { get; set; }
Public Property Classification As ItemClassification
Get
Set
public:
property ItemClassification Classification {
ItemClassification get ();
void set (ItemClassification value);
}
member Classification : ItemClassification with get, set
Property Value
Type:
ItemClassificationSee Also