ConfigurationElementSchema.AllowUnrecognizedAttributes Property

Definition

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.

Applies to