ICompatibilitySwitch Interface
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.
Defines a compatibility switch. This is framework infrastructure and should not be used by application code.
public interface class ICompatibilitySwitch
public interface ICompatibilitySwitch
type ICompatibilitySwitch = interface
Public Interface ICompatibilitySwitch
- Derived
Properties
IsValueSet |
Gets a value indicating whether the Value property has been set. |
Name |
Gets the name of the compatibility switch. |
Value |
Gets or set the value associated with the compatibility switch. |