- name
- The name of the unrecognized attribute.
- value
- The value of the unrecognized attribute.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Function OnDeserializeUnrecognizedAttribute( _ ByVal name As String, _ ByVal value As String _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
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.This method allows you to specify ILoggingChannel properties as attributes in the configuration file. If the attributes can be resolved to properties they will be initialized with the values.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7