ICompatibilitySwitch Interface

Definition

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.

Applies to