PowerSNMP for .NET CF
SyncRoot Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > VariableCollection Class : SyncRoot Property




Gets an object that can be used to synchronize access to the ICollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SyncRoot As Object
Visual Basic (Usage)Copy Code
Dim instance As VariableCollection
Dim value As Object
 
value = instance.SyncRoot
C# 
public object SyncRoot {get;}
Managed Extensions for C++ 
public: __property Object* get_SyncRoot();
C++/CLI 
public:
property Object^ SyncRoot {
   Object^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.