LEADTOOLS (Leadtools.Logging assembly)

CustomInformation Property (LogEntry)

Show in webframe





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:
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

See Also

Reference

LogEntry Class
LogEntry 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