PowerSNMP for .NET
GetByIid Method (MibNodes)




The IID to use in the lookup.
Gets the MibNode that corresponds to the specified IID.
Syntax
Public Function GetByIid( _
   ByVal iid As String _
) As MibNode
Dim instance As MibNodes
Dim iid As String
Dim value As MibNode
 
value = instance.GetByIid(iid)
public MibNode GetByIid( 
   string iid
)
public: MibNode* GetByIid( 
   string* iid
) 
public:
MibNode^ GetByIid( 
   String^ iid
) 

Parameters

iid
The IID to use in the lookup.

Return Value

The MibNode associated with the specified IID.
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