ReadOnlyDictionary<TKey, TValue>.IsReadOnly Property
Indicates that this is a read-only dictionary
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property Value
Type: System.Boolean
true if this is a readonly dictionary; otherwise, false
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class