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




Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsSynchronized As Boolean
Visual Basic (Usage)Copy Code
Dim instance As VariableCollection
Dim value As Boolean
 
value = instance.IsSynchronized
C# 
public bool IsSynchronized {get;}
Managed Extensions for C++ 
public: __property bool get_IsSynchronized();
C++/CLI 
public:
property bool IsSynchronized {
   bool get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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