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; }
<ObsoleteAttribute("Please use IndexList property instead.")>
Public ReadOnly Property MibIndex As IList(Of ISmiValue)
Get
public:
[ObsoleteAttribute(L"Please use IndexList property instead.")]
property IList<ISmiValue^>^ MibIndex {
IList<ISmiValue^>^ get ();
}
[<ObsoleteAttribute("Please use IndexList property instead.")>]
member MibIndex : IList<ISmiValue> with get
Property Value
Type:
IListISmiValue
The index of the mib.
See Also