ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1OrderedSet
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }

    Property Value

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