Enumerates the smart value type.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public enum SmartValueKind  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration SmartValueKind  | 
| Visual C++ | 
|---|
public enum class SmartValueKind  | 
Members
| Member name | Description | |
|---|---|---|
| Auto | Specifies that the SmartValue is auto. I.e. value will be calculated automatically subject to the use context.  | |
| Constant | Specifies constant SmartValue.  | |
| Percent | Specifies SmartValue in percentage.  |