TrackingActivityIsComplete Property |
A boolean value which, when true, indicates that the work described by this activity has been completed.
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 IsComplete { get; set; }
Public Property IsComplete As Boolean
Get
Set
public:
property bool IsComplete {
bool get ();
void set (bool value);
}
member IsComplete : bool with get, set
Property Value
Type:
BooleanSee Also