Gets a value indicating whether an unknown attribute is encountered during deserialization.
'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)
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.