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 SerializableDictionary<string,object> CustomInformation {get; set;}
XmlElementAttribute("custom") get_CustomInformation();
set_CustomInformation(value);
[XmlElementAttribute("custom")] public: property SerializableDictionary<String^,Object^>^ CustomInformation { SerializableDictionary<String^,Object^>^ get(); void set ( SerializableDictionary<String^,Object^>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2