Click or drag to resize

ObjectTypeMacroMibIndex Property

Note: This API is now obsolete.

Gets or sets the index of the mib.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
[ObsoleteAttribute("Please use IndexList property instead.")]
public IList<ISmiValue> MibIndex { get; }

Property Value

Type: IListISmiValue
The index of the mib.
See Also