Share via


EventRecord.EventKeywords Property

Applies to: Semantic Logging Application Block 1.0

Gets or sets the event keywords.

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 long EventKeywords { get; set; }
'Declaration
Public Property EventKeywords As Long
    Get
    Set
public:
property long long EventKeywords {
    long long get ();
    void set (long long value);
}

Property Value

Type: Int64
The event keywords.

See Also

EventRecord Class

EventRecord Members

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