| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Index As String | |
| C# | |
|---|---|
public readonly string Index | |
| Managed Extensions for C++ | |
|---|---|
public: readonly string* Index | |
| C++/CLI | |
|---|---|
public: readonly String^ Index | |
Property Value
StringUsually provided when MibNode.Usage is Dart.Snmp.Usage.TableEntry, this property defines how the associated table column is indexed into.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code