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); }