StateBag::IDictionary::IsFixedSize Property
.NET Framework (current version)
For a description of this member, see IDictionary::IsFixedSize.
Assembly: System.Web (in System.Web.dll)
private: property bool IsFixedSize { virtual bool get() sealed = IDictionary::IsFixedSize::get; }
Property Value
Type: System::Booleantrue if the IDictionary object has a fixed size; otherwise, false.
Implements
IDictionary::IsFixedSizeThis member is an explicit interface member implementation. It can be used only when the StateBag instance is cast to an IDictionary interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: