ConfigurationAttribute.IsInheritedFromDefaultValue 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 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.