ValueProviderDictionary.IsReadOnly Property
Gets a value that indicates whether the collection is read-only.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property IsReadOnly As Boolean Get 'Usage Dim instance As ValueProviderDictionary Dim value As Boolean value = instance.IsReadOnly
Implements
ICollection(Of T).IsReadOnly
Show: