ConfigurationAttribute.IsInheritedFromDefaultValue Property

Definition

Gets a value indicating whether the attribute value is the default value.

public:
 property bool IsInheritedFromDefaultValue { bool get(); };
public bool IsInheritedFromDefaultValue { get; }
member this.IsInheritedFromDefaultValue : bool
Public ReadOnly Property IsInheritedFromDefaultValue As Boolean

Property Value

true if the value is inherited from the default value defined in the attribute metadata; otherwise, false.

Remarks

The value of this property is determined by reading the isDefaultValue metadata for the configuration attribute.

Applies to