SymptomMeasurements Property |
A list of the
Measurements that were taken which produced this symptom.
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<Measurement> Measurements { get; }
Public ReadOnly Property Measurements As IEnumerable(Of Measurement)
Get
public:
property IEnumerable<Measurement^>^ Measurements {
IEnumerable<Measurement^>^ get ();
}
member Measurements : IEnumerable<Measurement> with get
Property Value
Type:
IEnumerableMeasurementSee Also