PowerSNMP for .NET
GetOid Method (MibNodes)




The IID from which to get the OID.
Returns the OID associated with the specified IID.
Syntax
Public Shared Function GetOid( _
   ByVal iid As String _
) As String
Dim iid As String
Dim value As String
 
value = MibNodes.GetOid(iid)
public static string GetOid( 
   string iid
)
public: static string* GetOid( 
   string* iid
) 
public:
static String^ GetOid( 
   String^ iid
) 

Parameters

iid
The IID from which to get the OID.

Return Value

An OID string
See Also

Reference

MibNodes Class
MibNodes Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic