Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / IsSynchronized Property


In This Topic
    IsSynchronized Property (SmartPrintRulesCollection)
    In This Topic
    Gets whether access to the collection is synchronized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSynchronized As Boolean
    'Usage
     
    
    Dim instance As SmartPrintRulesCollection
    Dim value As Boolean
     
    value = instance.IsSynchronized
    public bool IsSynchronized {get;}
    See Also