FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / SyncRoot Property


In This Topic
SyncRoot Property (SmartPrintRulesCollection)
In This Topic
Gets a rule (SmartPrintRule object) to synchronize access to the collection.
Syntax
'Declaration
 
Public ReadOnly Property SyncRoot As Object
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As Object
 
value = instance.SyncRoot
See Also