Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / SyncRoot Property


In This Topic
    SyncRoot Property (PSObjects)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SyncRoot As Object
    'Usage
     
    
    Dim instance As PSObjects
    Dim value As Object
     
    value = instance.SyncRoot
    public object SyncRoot {get;}
    See Also