Gets an indicator if the collection access is read-only.
public virtual bool IsReadOnly {get;}
public: __property virtual bool get_IsReadOnly();
public:
virtual property bool IsReadOnly {
bool get();
}
'Declaration
Public Overridable ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As FilterCollection
Dim value As Boolean
value = instance.IsReadOnly
Property Value
A boolean value which is
true if the collection access is read-only. Otherwise,
false is returned.