Share via


LogEntry.ExtendedProperties Property

Dictionary of key/value pairs to record.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
<IgnoreMemberAttribute> _
Public Property ExtendedProperties As IDictionary(Of String, Object)
[IgnoreMemberAttribute]
public IDictionary<string, Object> ExtendedProperties { get; set; }
[IgnoreMemberAttribute]
public:
property IDictionary<String^, Object^>^ ExtendedProperties {
    IDictionary<String^, Object^>^ get ();
    void set (IDictionary<String^, Object^>^ value);
}
public function get ExtendedProperties () : IDictionary<String, Object>
public function set ExtendedProperties (value : IDictionary<String, Object>)

See Also

LogEntry Class

Microsoft.Practices.EnterpriseLibrary.Logging Namespace