IsReadOnly Property (PageCollection)
In This Topic
Gets a Boolean value indicating whether the PageCollection is read-only.
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly {get;}
Property Value
Returns true if the PageCollection is read-only; otherwise, false.
See Also