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
The ValidValue class provides infrastructure for storing information about a valid value for an extension setting. Extension settings can have multiple valid values that determine a fixed set of values for the setting. For more information about settings, see Using the Setting Class for a Delivery Extension.
Constructors
ValidValue() |
Initializes a new instance of the ValidValue class. |
Properties
Label |
The label of the setting value. |
Value |
A valid value for the setting. |