LogEntryContextualProperties Property |
Dictionary of key/value pairs to record.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic IDictionary<string, string> ContextualProperties { get; set; }
Public Property ContextualProperties As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ ContextualProperties {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member ContextualProperties : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
String
See Also