The NxSimpleValue type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NxSimpleValue | Initializes a new instance of the NxSimpleValue class |
Properties
| Name | Description | |
|---|---|---|
| Num | Numeric value of the attribute expression.
This property is set to NaN (Not a Number) if the attribute expression value is not a numeric.
Numerical values are not returned as text. | |
| Text | Text related to the attribute expression value.
This property is optional. No text is returned if the attribute expression value is a numeric. |
See Also