ConfigurationElementSchema.AllowUnrecognizedAttributes 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 properties that are not defined in the schema can be added to a configuration element.
public:
property bool AllowUnrecognizedAttributes { bool get(); };
public bool AllowUnrecognizedAttributes { get; }
member this.AllowUnrecognizedAttributes : bool
Public ReadOnly Property AllowUnrecognizedAttributes As Boolean
Property Value
true
if the element accepts properties that are not defined in the schema; otherwise, false
.