Suppress (QueryType) Element

An XPath query that identifies the events to exclude from the query result set.

<xs:element name="Suppress">
    <xs:complexType
        mixed="true"
    >
        <xs:attribute name="Path"
            type="anyURI"
         />
    </xs:complexType>
</xs:element>

The Suppress element is defined by the QueryType complex type.

Attributes

Name Type Description
Path anyURI The name of the channel or the path to the log file that contains the events.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Parent element

Query (QueryListType)