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.
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 |
Gets or sets the label for the valid value. |
Value |
Gets or sets a valid value for the setting. |