TextMeasurementValue Property  | 
 
            The actual text-based value to be recorded for the 
Item.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic string Value { get; set; }Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}member Value : string with get, set
Property Value
Type: 
String
See Also