Constructor. Initialize objectId value from string argument.

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

Syntax

C#
public Oid(
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As String _
)
Visual C++
public:
Oid(
	String^ value
)

Parameters

value
Type: System..::.String
String value representing objectId

See Also