ConfigurationElement.OnDeserializeUnrecognizedAttribute Method (String, String)
.NET Framework (current version)
Gets a value indicating whether an unknown attribute is encountered during deserialization.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System.String
The name of the unrecognized attribute.
- value
-
Type:
System.String
The value of the unrecognized attribute.
Return Value
Type: System.Booleantrue when an unknown attribute is encountered while deserializing; otherwise, false.
The OnDeserializeUnrecognizedAttribute is invoked when an unknown attribute is encountered while deserializing the ConfigurationElement object.
.NET Framework
Available since 2.0
Available since 2.0
Show: