PartAttributeValueMaximumValue Property  | 
 
            The maximum value of the attribute.  The data type of this will vary based on PartAttributeType property.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Object MaximumValue { get; set; }Public Property MaximumValue As Object
	Get
	Set
public:
property Object^ MaximumValue {
	Object^ get ();
	void set (Object^ value);
}member MaximumValue : Object with get, set
Property Value
Type: 
Object
See Also