[]
Gets or sets a user-friendly label to display for the value in the UI.
public ExpressionInfo Label { get; set; }
An ExpressionInfo object representing a label to display for the value in the UI.
If not supplied, the Value is used as the label. If a Value is not supplied, the label is an empty string.