RecordedMaterialReferences Property |
For printed circuit board type assemblies (PCB), the component reference designators that are associated
with this material (for CRD level traceability, also known as Level 4 traceability).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<string> References { get; }
Public ReadOnly Property References As List(Of String)
Get
public:
property List<String^>^ References {
List<String^>^ get ();
}
member References : List<string> with get
Property Value
Type:
ListStringSee Also