DiagnosticView.Item Property (String)

Gets the element with the specified key. Setting the value of the element is not supported because instances of this class are read-only. Attempts to set the value will result in an exception being thrown.

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

Syntax

public Object this[
    string key
] { get; set; }

Parameters

  • key
    Type: System.String
    Key of the element to get or set the value of.

Property Value

Type: System.Object
The value of the element.

Implements

IDictionary<TKey, TValue>.Item[TKey]

Exceptions

Exception Condition
NotSupportedException

Setting this property is not currently supported.

See Also

Reference

DiagnosticView Class

Item Overload

Microsoft.ComplexEventProcessing Namespace