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: