EventEntry.Schema Property
Applies to: Semantic Logging 2.0
Gets the event schema.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1
Syntax
public EventSchema Schema { get; }
'Declaration
Public ReadOnly Property Schema As EventSchema
Get
Property Value
Type: EventSchema
The event schema.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging Namespace