BOMOperationResultsBOMIssues Property |
A list of the issues that were encountered during the operation (if any).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<BOMIssue> BOMIssues { get; }
Public ReadOnly Property BOMIssues As IEnumerable(Of BOMIssue)
Get
public:
property IEnumerable<BOMIssue^>^ BOMIssues {
IEnumerable<BOMIssue^>^ get ();
}
member BOMIssues : IEnumerable<BOMIssue> with get
Property Value
Type:
IEnumerableBOMIssueSee Also