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.