Partager via


EventSourceSettings.MatchAnyKeyword Property

Applies to: Semantic Logging Application Block 1.0

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

public EventKeywords MatchAnyKeyword { get; set; }
'Declaration
Public Property MatchAnyKeyword As EventKeywords
    Get
    Set
public:
property EventKeywords MatchAnyKeyword {
    EventKeywords get ();
    void set (EventKeywords value);
}

Property Value

Type: EventKeywords

See Also

EventSourceSettings Class

EventSourceSettings Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace