Get VbCollection variable binding list.

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

Syntax

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

See Also