DiagnosticView.Keys Property

Gets an [System.Collections.Generic.ICollection] containing the keys of the diagnostic view

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

Syntax

public ICollection<string> Keys { get; }

Property Value

Type: System.Collections.Generic.ICollection<String>
An object that contains names of the keys of the diagnostic view.

Implements

IDictionary<TKey, TValue>.Keys

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace