TrackingOperationSteps Property |
A list of the steps associated to this TrackingOperation.
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<TrackingStep> Steps { get; }
Public ReadOnly Property Steps As IEnumerable(Of TrackingStep)
Get
public:
property IEnumerable<TrackingStep^>^ Steps {
IEnumerable<TrackingStep^>^ get ();
}
member Steps : IEnumerable<TrackingStep> with get
Property Value
Type:
IEnumerableTrackingStepSee Also