Returns the number oid/value pairs in the variable binding contained in the PDU

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual int Count { get; }
Public Overridable ReadOnly Property Count As Integer
public:
virtual property int Count {
	int get ();
}

See Also