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


In This Topic
    IsSynchronized Property (NamedStyleCollection)
    In This Topic
    Gets whether access to the collection is synchronized. (This implementation always returns false.)
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsSynchronized As Boolean
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As Boolean
     
    value = instance.IsSynchronized
    public virtual bool IsSynchronized {get;}

    Property Value

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