PowerSNMP for .NET CF
GetByOid Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNodes Class : GetByOid Method




oid
The OID to use in the lookup.
Gets a MibNode with the specified OID.

Syntax

Visual Basic (Declaration) 
Public Function GetByOid( _
   ByVal oid As String _
) As MibNode
Visual Basic (Usage)Copy Code
Dim instance As MibNodes
Dim oid As String
Dim value As MibNode
 
value = instance.GetByOid(oid)
C# 
public MibNode GetByOid( 
   string oid
)
Managed Extensions for C++ 
public: MibNode* GetByOid( 
   string* oid
) 
C++/CLI 
public:
MibNode^ GetByOid( 
   String^ oid
) 

Parameters

oid
The OID to use in the lookup.

Return Value

A MibNode with the specified OID.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.