CepObjectReadOnlyDictionary<T>.IsReadOnly Property

Gets the accessibility of the collection.

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

Syntax

public bool IsReadOnly { get; }

Property Value

Type: System.Boolean
Always returns true, indicating that the collection is read-only.

Implements

ICollection<T>.IsReadOnly

See Also

Reference

CepObjectReadOnlyDictionary<T> Class

Microsoft.ComplexEventProcessing Namespace