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


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

    Property Value

    DefaultStyleCollection object containing the style collection
    Remarks
    This method gets a NamedStyleCollection object from the collection that can be used to synchronize access to the collection.
    Example
    See Also