LEADTOOLS (Leadtools.Logging assembly)

OnDeserializeUnrecognizedAttribute Method

Show in webframe





The name of the unrecognized attribute.
The value of the unrecognized attribute.
Gets a value indicating whether an unknown attribute is encountered during deserialization.
Syntax
protected override bool OnDeserializeUnrecognizedAttribute( 
   string name,
   string value
)
'Declaration
 
Protected Overrides Function OnDeserializeUnrecognizedAttribute( _
   ByVal name As String, _
   ByVal value 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^ name,
   String^ value
) 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.
Remarks
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.
Requirements

Target Platforms

See Also

Reference

ChannelElement Class
ChannelElement Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Logging requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features