ExtendedProperties.IsFixedSize Property

ExtendedProperties.IsFixedSize Property

Gets a value indicating whether the ExtendedProperties collection has a fixed size.

Definition

Visual Basic .NET Public ReadOnly Property IsFixedSize As Boolean
C# public bool IsFixedSize { get; }
Managed C++ public: __property bool* get_IsFixedSize();

Property Value

System.Boolean. Returns false in all cases.

This property is read-only.

false Default. The ExtendedProperties collection does not have a fixed size.

Remarks

The IsFixedSize property indicates whether or not the ExtendedProperties collection can change size. This always returns false, because ExtendedProperty objects can be added or removed from the ExtendedProperties collection.

For more information about IsFixedSize, see the IList.IsFixedSized Leave Site property.

See Also