Dart.Snmp Namespace > ResponseMessage Class : ErrorIndex Property |
Public Property ErrorIndex As Integer
Dim instance As ResponseMessage Dim value As Integer instance.ErrorIndex = value value = instance.ErrorIndex
public int ErrorIndex {get; set;}
SNMP only provides error reporting for the first variable found with an error. Variable objects found before Variables[ResponseMessage.ErrorIndex] should contain valid data.