CloudEventEntry.Payload Property
Applies to: Semantic Logging 2.0
Gets or sets the payload for the event.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure.dll) Version: 2.0.1406.1
Syntax
public IReadOnlyDictionary<string, Object> Payload { get; }
'Declaration
Public ReadOnly Property Payload As IReadOnlyDictionary(Of String, Object)
Get
Property Value
Type: IReadOnlyDictionary<String, Object>
The payload.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure Namespace