Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConfigurationElement::OnDeserializeUnrecognizedAttribute Method (String^, String^)

 

Gets a value indicating whether an unknown attribute is encountered during deserialization.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

protected:
virtual bool OnDeserializeUnrecognizedAttribute(
	String^ name,
	String^ value
)

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::Boolean

true 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
Return to top
Show:
© 2017 Microsoft