Share via


EventRecord.EventId Property

Applies to: Semantic Logging Application Block 1.0

Gets or sets the event id.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Database.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

public int EventId { get; set; }
'Declaration
Public Property EventId As Integer
    Get
    Set
public:
property int EventId {
    int get ();
    void set (int value);
}

Property Value

Type: Int32
The event id.

See Also

EventRecord Class

EventRecord Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace