CodedValue QML Type
Defines valid values for a field. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- CodedValue is part of QML Type List.
Properties
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Each valid value is assigned a unique name.
Property Documentation
[read-only] code : var |
Returns the code for the coded value (read-only).
[read-only] name : string |
Returns the code name for the coded value (read-only).