PowerSNMP for .NET
GetByOid Method




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

Parameters

oid
OID of the desired Variable(s).

Return Value

An array of Variables that match the specified OID.
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