PowerSNMP for .NET
egpNeighAddr Property




Used to get or set the Dart.Snmp.SimpleType.IpAddress of the entity that has been marked down.
Syntax
Public Property egpNeighAddr As IpAddress
Dim instance As egpNeighborLoss
Dim value As IpAddress
 
instance.egpNeighAddr = value
 
value = instance.egpNeighAddr
public IpAddress egpNeighAddr {get; set;}
public: __property IpAddress* get_egpNeighAddr();
public: __property void set_egpNeighAddr( 
   IpAddress* value
);
public:
property IpAddress^ egpNeighAddr {
   IpAddress^ get();
   void set (    IpAddress^ value);
}
See Also

Reference

egpNeighborLoss Class
egpNeighborLoss Members

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