Get number of VarBind entries in the collection

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

Syntax

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

See Also