[]
Represents a value with a label. The label can be used in a UI.
public class LabeledValue
| Name | Description |
|---|---|
| LabeledValue(Parameter, object, string) | Initializes a new instance of the LabeledValue class. |
| LabeledValue(object, string) | Initializes a new instance of the LabeledValue class. |
| Name | Description |
|---|---|
| Label | Gets label for the value to display in the UI. |
| Text | |
| Value | Gets or sets actual value represented by this LabeledValue object. |