C#
VB
C++
Gets the custom information associated with the log entry.
[XmlElementAttribute("custom")]
public SerializableDictionary<string, object> CustomInformation { get; set; }
<XmlElementAttribute("custom")>
Public Property CustomInformation As Leadtools.Logging.SerializableDictionary(Of String,Object)
[XmlElementAttribute("custom")]
public:
property Leadtools.Logging.SerializableDictionary<String^,Object^>^ CustomInformation {
Leadtools.Logging.SerializableDictionary<String^,Object^>^ get();
void set ( Leadtools.Logging.SerializableDictionary<String^,Object^>^ );
}
The custom information associated with the log entry.
Objects added to this list needs to be XML serializable.
For an example refer to Log
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET