PowerSNMP for .NET CF
ifIndex Property
See Also  Send comments on this topic.
Dart.Snmp.Trap Namespace > linkUp Class : ifIndex Property




The row index into the interface table.

Syntax

Visual Basic (Declaration) 
Public Property ifIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As linkUp
Dim value As Integer
 
instance.ifIndex = value
 
value = instance.ifIndex
C# 
public int ifIndex {get; set;}
Managed Extensions for C++ 
public: __property int get_ifIndex();
public: __property void set_ifIndex( 
   int value
);
C++/CLI 
public:
property int ifIndex {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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