ValidValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a valid value for an extension setting or report parameter.
public ref class ValidValue
public class ValidValue
type ValidValue = class
Public Class ValidValue
- Inheritance
-
ValidValue
Remarks
Use ValidValue class together with the ValidValues property of the ExtensionParameter class and the ValidValues property of the ReportParameter class.
Constructors
ValidValue() |
Initializes a new instance of the ValidValue class. |
Properties
Label |
Gets or sets the label for the value. |
Value |
Gets or sets a valid value for the setting. |