adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ObjectCollectionT<T> Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (ObjectCollectionT<T>)
    In This Topic
    Indicates whether the collection is read-only
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    public:
    property bool IsReadOnly {
       bool get();
    }
    Remarks
    Attempting to update a read-only collection produces a System.NotSupportedException.
    See Also