Set VbList

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

Syntax

C#
public void SetVbList(
	VbCollection value
)
Visual Basic (Declaration)
Public Sub SetVbList ( _
	value As VbCollection _
)
Visual C++
public:
void SetVbList(
	VbCollection^ value
)

Parameters

value
Type: SnmpSharpNet..::.VbCollection
VbCollection to copy variable bindings from

Remarks

Copy variable bindings from argument VbCollection into this classes variable binding collection

See Also