ValidValue Class

Definition

Represents a valid value for an extension setting.

public ref class ValidValue
public class ValidValue
type ValidValue = class
Public Class ValidValue
Inheritance
ValidValue

Remarks

Use ValidValue with the ValidValues property of the ExtensionParameter and ReportParameter classes.

Constructors

ValidValue()

Initializes a new instance of the ValidValue class.

Properties

Label

A valid value for the setting.

Value

Gets or sets a valid value for the setting.

Applies to