Share via


EventSchema.Id Property

Applies to: Semantic Logging 2.0

Gets the event ID.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public int Id { get; }
'Declaration
Public ReadOnly Property Id As Integer
    Get

Property Value

Type: Int32
The event ID.

See Also

EventSchema Class

EventSchema Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace