Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic ISnmpData this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ISnmpData
Get
Dim instance As Sequence
Dim index As Integer
Dim value As ISnmpData
value = instance(index)
public:
property ISnmpData^ default[int index] {
ISnmpData^ get (int index);
}
member Item : ISnmpData with get
Parameters
- index Int32
-
Property Value
ISnmpData
See Also