Click or drag to resize

DefectSymptoms Property

A list of the Symptoms that have been attributed to this defect. This defect represents the "root cause" of the associated Symptoms.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Symptom> Symptoms { get; }

Property Value

Type: IEnumerableSymptom
See Also