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