Leadtools.Logging Namespace > ILogEntry Interface : CustomInformation Property |
SerializableDictionary<string,object> CustomInformation {get;}
'Declaration ReadOnly Property CustomInformation As SerializableDictionary(Of String,Object)
'Usage Dim instance As ILogEntry Dim value As SerializableDictionary(Of String,Object) value = instance.CustomInformation
property SerializableDictionary<String^,Object^>^ CustomInformation { SerializableDictionary<String^,Object^>^ get(); }