PowerSNMP for .NET
CurrentDevice Property (DeviceProgressEventArgs)




Device discovered during discovery, or the Device after updating its status. Null when no device is discovered during a discovery operation or when aborted.
Syntax
Public ReadOnly Property CurrentDevice As Device
Dim instance As DeviceProgressEventArgs
Dim value As Device
 
value = instance.CurrentDevice
public Device CurrentDevice {get;}
public: __property Device* get_CurrentDevice();
public:
property Device^ CurrentDevice {
   Device^ get();
}
See Also

Reference

DeviceProgressEventArgs Class
DeviceProgressEventArgs Members


PowerSNMP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic