DocumentNodeListTICollectionTIsReadOnly Property

Spotfire 15.0 API Reference
Gets a value indicating whether the ICollectionT is read-only.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
bool ICollection<T>.IsReadOnly { get; }

Property Value

Type: Boolean
true if the ICollectionT is read-only; otherwise, false.

Implements

ICollectionTIsReadOnly
Version Information


See Also

Reference