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




Gets the number of variables in the collection.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As VariableCollection
Dim value As Integer
 
value = instance.Count
C# 
public virtual int Count {get;}
Managed Extensions for C++ 
public: __property virtual int get_Count();
C++/CLI 
public:
virtual property int Count {
   int get();
}

Property Value

Returns the number of variables in the collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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