StepBaseIsRequired Property |
A boolean value indicating whether or not this step or activity is required or optional.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsRequired { get; set; }
Public Property IsRequired As Boolean
Get
Set
public:
property bool IsRequired {
bool get ();
void set (bool value);
}
member IsRequired : bool with get, set
Property Value
Type:
BooleanSee Also