DiagnosticView.Values Property

Gets a [System.Collections.Generic.Icollection] object containing the keys of this diagnostic view

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

Syntax

public ICollection<Object> Values { get; }

Property Value

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

Implements

IDictionary<TKey, TValue>.Values

See Also

Reference

DiagnosticView Class

Microsoft.ComplexEventProcessing Namespace