PartAttributeValueNominalValue Property  | 
 
            The nominal value of the attribute.  The data type of this will vary based on PartAttributeType property.
            For PartAttributeType.List, the value properties will be of type "string" in the form of a comma-separated list.
            (e.g.  "Red, Gree, Blue")
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Object NominalValue { get; set; }Public Property NominalValue As Object
	Get
	Set
public:
property Object^ NominalValue {
	Object^ get ();
	void set (Object^ value);
}member NominalValue : Object with get, set
Property Value
Type: 
Object
See Also