LogEntry.ExtendedProperties Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
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> _
PublicPropertyExtendedPropertiesAs IDictionary(Of String, Object)
[IgnoreMemberAttribute]
public IDictionary<string, Object> ExtendedProperties { get; set; }
[IgnoreMemberAttribute]
public:
property IDictionary<String^, Object^>^ ExtendedProperties {
IDictionary<String^, Object^>^ get ();
voidset (IDictionary<String^, Object^>^ value);
}
publicfunction getExtendedProperties () : IDictionary<String, Object>
publicfunction setExtendedProperties (value : IDictionary<String, Object>)
See Also
Microsoft.Practices.EnterpriseLibrary.Logging Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |