PowerSNMP for .NET CF
ErrorStatus Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > ResponseMessage Class : ErrorStatus Property




Gets or sets the error status field that indicates the completeness of the response.

Syntax

Visual Basic (Declaration) 
Public Property ErrorStatus As ErrorStatus
Visual Basic (Usage)Copy Code
Dim instance As ResponseMessage
Dim value As ErrorStatus
 
instance.ErrorStatus = value
 
value = instance.ErrorStatus
C# 
public ErrorStatus ErrorStatus {get; set;}
Managed Extensions for C++ 
public: __property ErrorStatus get_ErrorStatus();
public: __property void set_ErrorStatus( 
   ErrorStatus value
);
C++/CLI 
public:
property ErrorStatus ErrorStatus {
   ErrorStatus get();
   void set (    ErrorStatus value);
}

Property Value

An enumerated type that indicates the error associated with Variables[ResponseMessage.ErrorIndex].

Remarks

SNMP only provides error reporting for the first variable found with an error. Variable objects found before Variables[ResponseMessage.ErrorIndex] usually contain valid data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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