Gets or sets value of text item.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public SmartValue Value { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Value As SmartValue  | 
| Visual C++ | 
|---|
public: property SmartValue Value { SmartValue get (); void set (SmartValue value); }  |