LEADTOOLS (Leadtools.Logging assembly)
LEAD Technologies, Inc

CustomInformation Property (LogEntry)






Gets the custom information associated with the log entry.
Syntax
[XmlElementAttribute("custom")]
public SerializableDictionary<string,object> CustomInformation {get; set;}
'Declaration
 
<XmlElementAttribute("custom")>
Public Property CustomInformation As SerializableDictionary(Of String,Object)
'Usage
 
Dim instance As LogEntry
Dim value As SerializableDictionary(Of String,Object)
 
instance.CustomInformation = value
 
value = instance.CustomInformation
[XmlElementAttribute("custom")]
public SerializableDictionary<string,object> CustomInformation {get; set;}
XmlElementAttribute("custom")
 get_CustomInformation();
set_CustomInformation(value);
[XmlElementAttribute("custom")]
public:
property SerializableDictionary<String^,Object^>^ CustomInformation {
   SerializableDictionary<String^,Object^>^ get();
   void set (    SerializableDictionary<String^,Object^>^ value);
}

Property Value

The custom information associated with the log entry.
Remarks
Objects added to this list needs to be XML serializable.
Example
For an example refer to Log
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LogEntry Class
LogEntry Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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