Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core 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
    public bool IsReadOnly {get;}

    Property Value

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