Return number of entries in the VbList

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

Syntax

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

See Also