PowerSNMP for .NET
PingStatus Property




DeviceStatus representing the Device's status as of the last ping query.
Syntax
Public Property PingStatus As DeviceStatus
Dim instance As Device
Dim value As DeviceStatus
 
instance.PingStatus = value
 
value = instance.PingStatus
public DeviceStatus PingStatus {get; set;}
public: __property DeviceStatus get_PingStatus();
public: __property void set_PingStatus( 
   DeviceStatus value
);
public:
property DeviceStatus PingStatus {
   DeviceStatus get();
   void set (    DeviceStatus value);
}
See Also

Reference

Device Class
Device Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic