Gets a value indicating whether an unknown attribute is encountered during deserialization.
protected override bool OnDeserializeUnrecognizedAttribute(
string ,
string
)
'Declaration
Protected Overrides Function OnDeserializeUnrecognizedAttribute( _
ByVal As String, _
ByVal As String _
) As Boolean
'Usage
Dim instance As ChannelElement
Dim name As String
Dim value As String
Dim value As Boolean
value = instance.OnDeserializeUnrecognizedAttribute(name, value)
protected:
bool OnDeserializeUnrecognizedAttribute(
String^ ,
String^
) override
Parameters
- name
- The name of the unrecognized attribute.
- value
- The value of the unrecognized attribute.
Return Value
true when an unknown attribute is encountered while deserializing; otherwise, false.