EventEntry.Payload Property

Applies to: Semantic Logging 2.0

Gets the event payload.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public ReadOnlyCollection<Object> Payload { get; }
'Declaration
Public ReadOnly Property Payload As ReadOnlyCollection(Of Object)
    Get

Property Value

Type: ReadOnlyCollection<Object>
The event payload.

See Also

EventEntry Class

EventEntry Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace