StepRequiresCredentials Property |
A boolean value which, when true, indicates that the operators performing this step
will be required to re-enter their user credentials before completing the step.
This is required in certain types of specialized manufacturing environtments.
(CFR Part 11 regulated medical device manufacturing, for example).
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 RequiresCredentials { get; set; }
Public Property RequiresCredentials As Boolean
Get
Set
public:
property bool RequiresCredentials {
bool get ();
void set (bool value);
}
member RequiresCredentials : bool with get, set
Property Value
Type:
BooleanSee Also