PowerSNMP for .NET
GetByIid Method (VariableCollection)




IID of the desired Variable(s).
Returns the Variable(s) that match the specified IID.
Syntax
Public Function GetByIid( _
   ByVal iid As String _
) As Variable()
Dim instance As VariableCollection
Dim iid As String
Dim value() As Variable
 
value = instance.GetByIid(iid)
public Variable[] GetByIid( 
   string iid
)
public: Variable*[]* GetByIid( 
   string* iid
) 
public:
array<Variable^>^ GetByIid( 
   String^ iid
) 

Parameters

iid
IID of the desired Variable(s).

Return Value

An array of Variables that match the specified IID.
See Also

Reference

VariableCollection Class
VariableCollection Members

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