Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / IsReadOnly Property
Example


In This Topic
    IsReadOnly Property (NamedStyleCollection)
    In This Topic
    Gets whether the collection is read-only. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Boolean
     
    value = instance.IsReadOnly
    public bool IsReadOnly {get;}

    Property Value

    true if the collection is read-only; false otherwise
    Remarks
    This implementation always returns false.
    Example
    This example illustrates the use of this member by returning a value indicating whether the collection is read-only (and this implementation always returns false).
    See Also