This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.

Namespace: Smartsite.Base.HttpNamespaceManager
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public bool IsReadOnly { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public ReadOnly Property IsReadOnly As 
	Get

Field Value

Return Value

true if the ICollection<(Of <(<'T>)>)> is read-only; otherwise, false.

See Also

Advanced