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