SpecificationCollectionAcceptAllValues Property |
A boolean value to indicate if all values are acceptable for the specification.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<bool> AcceptAllValues { get; set; }
Public Property AcceptAllValues As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AcceptAllValues {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AcceptAllValues : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also