PowerSNMP for .NET
GetIid() Method




Gets the scalar instance ID of the MibNode.
Syntax
Public Overloads Function GetIid() As String
Dim instance As MibNode
Dim value As String
 
value = instance.GetIid()
public string GetIid()
public: string* GetIid(); 
public:
String^ GetIid(); 
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown if Usage != Usage.Object (MibNode is not a scalar object with only one value).
Remarks
Oid + ".0" is returned.
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