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


In This Topic
    SyncRoot Property (NamedStyleCollection)
    In This Topic
    Gets a collection (NamedStyleCollection object) that can be used to synchronize access.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SyncRoot As NamedStyleCollection
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As NamedStyleCollection
     
    value = instance.SyncRoot
    public virtual NamedStyleCollection SyncRoot {get;}

    Property Value

    NamedStyleCollection object that contains the collection
    Example
    This example gets a NamedStyleCollection object that can be used to synchronize access to the collection.
    See Also