DefectRootCauseDefects Property |
A list of the
Defects that contributed to this defect.
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<Defect> RootCauseDefects { get; }
Public ReadOnly Property RootCauseDefects As IEnumerable(Of Defect)
Get
public:
property IEnumerable<Defect^>^ RootCauseDefects {
IEnumerable<Defect^>^ get ();
}
member RootCauseDefects : IEnumerable<Defect> with get
Property Value
Type:
IEnumerableDefectSee Also