Click or drag to resize

BOMIssueRelevantLineItems Property

An enumerable list of the BOMLineItem objects from the BOM there are related to this issue.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<BOMLineItem> RelevantLineItems { get; }

Property Value

Type: IEnumerableBOMLineItem
See Also