PowerSNMP for .NET
GetIid(String) Method




The indexer used to identify the row of the table column.
Gets the instance ID of the MibNode.
Syntax
Public Overloads Function GetIid( _
   ByVal indexer As String _
) As String
Dim instance As MibNode
Dim indexer As String
Dim value As String
 
value = instance.GetIid(indexer)
public string GetIid( 
   string indexer
)
public: string* GetIid( 
   string* indexer
) 
public:
String^ GetIid( 
   String^ indexer
) 

Parameters

indexer
The indexer used to identify the row of the table column.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown if indexer is null or empty or Usage != Usage.TableColumn.
Remarks
If Usage == Usage.Object then Oid + ".0" is returned (indexer can be null). If Usage == Usage.TableColumn then Oid + indexer is returned. Otherwise, an empty string is returned, indicating that an Iid is not defined for this MibNode.
See Also

Reference

MibNode Class
MibNode Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic