Inner Drive Extensible Architecture
C#
Show/Hide TOC
Web
Message
Details Property
Gets the list of details (key-and-value pairs) that add information about this Data message.
Definition
Namespace:
InnerDrive.Logging
Assembly:
InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
Copy
public
IEnumerable
<
MessageDetail
>
Details
{
get
; }
Property Value
IEnumerable
MessageDetail
Implements
IDetailedMessage
Details
Remarks
The
Details
property actually returns a clone of the internally-held list of details.
See Also
Reference
WebMessage Class
InnerDrive.Logging Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also