Dart.Snmp Namespace > DeviceProgressEventArgs Class : CurrentIPEndPoint Property |
Public ReadOnly Property CurrentIPEndPoint As IPEndPoint
Dim instance As DeviceProgressEventArgs Dim value As IPEndPoint value = instance.CurrentIPEndPoint
public IPEndPoint CurrentIPEndPoint {get;}
public: __property IPEndPoint* get_CurrentIPEndPoint();
public: property IPEndPoint^ CurrentIPEndPoint { IPEndPoint^ get(); }