Constructor CodedValueDescription
CodedValueDescription(String, Nullable<Object>)
Initializes a new instance of the CodedValueDescription class with the specified name and value.
Declaration
public CodedValueDescription(string name, object? value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | The coded value's name. |
| System.Nullable<System.Object> | value | The coded value's value. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |