WebMessageDetails 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#
public IEnumerable<MessageDetail> Details { get; }

Property Value

IEnumerableMessageDetail

Implements

IDetailedMessageDetails

Remarks

The Details property actually returns a clone of the internally-held list of details.

See Also