CertificationRequiresAuditing Property |
Used to flag if a WIP transaction shall be finished in conjunction with the is "Trainee" flag. This is only relevant when the Certification is applied to a User.
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 RequiresAuditing { get; set; }
Public Property RequiresAuditing As Boolean
Get
Set
public:
property bool RequiresAuditing {
bool get ();
void set (bool value);
}
member RequiresAuditing : bool with get, set
Property Value
Type:
BooleanSee Also