DiagnosticView.ContainsKey Method

Determines whether the diagnostic view collection contains an element with the specified key.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public bool ContainsKey(
    string key
)

Parameters

Return Value

Type: System.Boolean
true if the collection contains the element; otherwise, false.

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace