TrackingActivityRequiresAcknowledgement Property |
A boolean value which, when true, indicates that the operators performing this activity
will be required to change the status of the activity before it can be considered complete.
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 RequiresAcknowledgement { get; set; }
Public Property RequiresAcknowledgement As Boolean
Get
Set
public:
property bool RequiresAcknowledgement {
bool get ();
void set (bool value);
}
member RequiresAcknowledgement : bool with get, set
Property Value
Type:
BooleanSee Also