Gets an indicator if the collection is a fixed size.
public virtual bool IsFixedSize {get;}
public: __property virtual bool get_IsFixedSize();
public:
virtual property bool IsFixedSize {
bool get();
}
'Declaration
Public Overridable ReadOnly Property IsFixedSize As Boolean
'Usage
Dim instance As FilterCollection
Dim value As Boolean
value = instance.IsFixedSize
Property Value
A boolean value which is
true if the collection is a fixed size. Otherwise,
false is returned.