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




iid
The IID to use in the lookup.
Gets a MibNode using the specified IID.

Syntax

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

Parameters

iid
The IID to use in the lookup.

Return Value

A MibNode associated with the specified OID.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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