[XmlElementAttribute("custom")]
public SerializableDictionary<string, object> CustomInformation { get; set; }
<XmlElementAttribute("custom")>
Public Property CustomInformation As SerializableDictionary(Of String,Object)
[XmlElementAttribute("custom")]
public:
property SerializableDictionary<String^,Object^>^ CustomInformation {
SerializableDictionary<String^,Object^>^ get();
void set ( 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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document