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.251.0.0 (8.251.0.0)
Syntaxpublic IEnumerable<BOMLineItem> RelevantLineItems { get; }
Public ReadOnly Property RelevantLineItems As IEnumerable(Of BOMLineItem)
Get
public:
property IEnumerable<BOMLineItem^>^ RelevantLineItems {
IEnumerable<BOMLineItem^>^ get ();
}
member RelevantLineItems : IEnumerable<BOMLineItem> with get
Property Value
Type:
IEnumerableBOMLineItem
See Also