ICompatibilitySwitch.IsValueSet Property

Definition

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.

Applies to