BOMLineItemReferenceList Property |
For convenience, a read-only enumerable list of the individual reference designators
represented by the References property for this BOM line item.
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<string> ReferenceList { get; }
Public ReadOnly Property ReferenceList As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ ReferenceList {
IEnumerable<String^>^ get ();
}
member ReferenceList : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also