ExtendedProperties.IsReadOnly Property

ExtendedProperties.IsReadOnly Property

Gets a value indicating whether the ExtendedProperties collection is read-only.

Definition

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

Property Value

System.Boolean. Returns false in all cases.

This property is read-only.

false Default. The ExtendedProperties collection is not read-only.

Remarks

The IsReadOnly property indicates whether the ExtendedProperties collection is read-only. This always returns false, because within a ExtendedProperties collection, ExtendedProperty objects can be added, removed, or replaced.

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

See Also