Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Logging Namespace > LogEntry Class : CustomInformation Property |
[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); }