BOMLineItem.References Property |
For Printed Circuit Board (PCB) type assemblies, a comma-separated list of the Component Reference Designators (CRD's)
that are associated with this particular 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)
Syntaxpublic string References { get; set; }
Public Property References As String
Get
Set
public:
property String^ References {
String^ get ();
void set (String^ value);
}
member References : string with get, set
Property Value
Type:
String
See Also