Get VbCollection variable binding list.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public VbCollection VbList { get; }
Public ReadOnly Property VbList As VbCollection
public:
property VbCollection^ VbList {
	VbCollection^ get ();
}

See Also