OperationStartConditions Property |
The starting conditions that have been configured for this Operation.
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<Condition> StartConditions { get; }
Public ReadOnly Property StartConditions As IEnumerable(Of Condition)
Get
public:
property IEnumerable<Condition^>^ StartConditions {
IEnumerable<Condition^>^ get ();
}
member StartConditions : IEnumerable<Condition> with get
Property Value
Type:
IEnumerableConditionSee Also