OperationFinishConditions Property |
The finish 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> FinishConditions { get; }
Public ReadOnly Property FinishConditions As IEnumerable(Of Condition)
Get
public:
property IEnumerable<Condition^>^ FinishConditions {
IEnumerable<Condition^>^ get ();
}
member FinishConditions : IEnumerable<Condition> with get
Property Value
Type:
IEnumerableConditionSee Also