TrackingActivityRequiresApproval Property |
A boolean value which, when true, indicates that when this activity is completed its IsPendingApproval property will be set to true.
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 RequiresApproval { get; }
Public ReadOnly Property RequiresApproval As Boolean
Get
public:
property bool RequiresApproval {
bool get ();
}
member RequiresApproval : bool with get
Property Value
Type:
BooleanSee Also