PowerSNMP for .NET CF
Index Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNode Class : Index Field




Gets or sets the INDEX clause of the MibNode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Index As String
Visual Basic (Usage)Copy Code
Dim instance As MibNode
Dim value As String
 
value = instance.Index
C# 
public readonly string Index
Managed Extensions for C++ 
public: readonly string* Index
C++/CLI 
public:
readonly String^ Index

Property Value

String

Remarks

Usually provided when MibNode.Usage is Dart.Snmp.Usage.TableEntry, this property defines how the associated table column is indexed into.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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