Inner Drive Extensible Architecture
C#
Show/Hide TOC
IDetailed
Message
Details Property
Gets the list (usually a clone of an internally-held list) of details that the message contains.
Definition
Namespace:
InnerDrive.Logging
Assembly:
InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
Copy
IEnumerable
<
MessageDetail
>
Details
{
get
; }
Property Value
IEnumerable
MessageDetail
See Also
Reference
IDetailedMessage Interface
InnerDrive.Logging Namespace
In This Article
Definition
See Also