Partilhar via


EventSchema.EventName Property

Applies to: Semantic Logging 2.0

Gets the name for the event.

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 EventName { get; }
'Declaration
Public ReadOnly Property EventName As String
    Get

Property Value

Type: String
The event name.

Remarks

This is simply the concatenation of the task and operation code names.

See Also

EventSchema Class

EventSchema Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace