C1.Silverlight Namespace / C1OrderedSet Class / IsReadOnly Property

In This Topic
IsReadOnly Property (C1OrderedSet)
In This Topic
Gets a value indicating whether the ICollection is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 

Property Value

true if the ICollection is read-only; otherwise, false.
See Also