ICompatibilitySwitch.IsValueSet Property
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.
Gets a value indicating whether the Value property has been set.
public:
property bool IsValueSet { bool get(); };
public bool IsValueSet { get; }
member this.IsValueSet : bool
Public ReadOnly Property IsValueSet As Boolean
Property Value
Remarks
This is used by the compatibility infrastructure to determine whether the application developer has set explicitly set the value associated with this switch.