BOMLineItemItemNumber Property |
The line item number for this BOM item. Typically, this is a sequential numeric value ("1", "2", "3", etc.), but
this is not a hard requirement. Any text value that uniquely identifies this line item within the scope of
this single BOM is permitted.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string ItemNumber { get; set; }
Public Property ItemNumber As String
Get
Set
public:
property String^ ItemNumber {
String^ get ();
void set (String^ value);
}
member ItemNumber : string with get, set
Property Value
Type:
StringSee Also