A boolean value which, when true, indicates that the activities of this step
may be performed by the operator in any sequence. When false, operators must
perform the activities in the order indicated by their Sequence property.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic bool IsAnyOrder { get; set; }
Public Property IsAnyOrder As Boolean
Get
Set
public:
property bool IsAnyOrder {
bool get ();
void set (bool value);
}
member IsAnyOrder : bool with get, set
Property Value
Type:
Boolean
See Also