EventSchema.Payload Property
Applies to: Semantic Logging 2.0
Gets the payload names that maps to the event signature parameter names.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public string[] Payload { get; }
'Declaration
Public ReadOnly Property Payload As String()
Get
Property Value
Type: array<String[]
The event payload.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace