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.254.0.0 (8.254.0.0)
Syntaxpublic 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: 
NullableBoolean
See Also