PowerSNMP for .NET CF
egpNeighAddr Property
See Also  Send comments on this topic.
Dart.Snmp.Trap Namespace > egpNeighborLoss Class : egpNeighAddr Property




Used to get or set the Dart.Snmp.SimpleType.IpAddress of the entity that has been marked down.

Syntax

Visual Basic (Declaration) 
Public Property egpNeighAddr As IpAddress
Visual Basic (Usage)Copy Code
Dim instance As egpNeighborLoss
Dim value As IpAddress
 
instance.egpNeighAddr = value
 
value = instance.egpNeighAddr
C# 
public IpAddress egpNeighAddr {get; set;}
Managed Extensions for C++ 
public: __property IpAddress* get_egpNeighAddr();
public: __property void set_egpNeighAddr( 
   IpAddress* value
);
C++/CLI 
public:
property IpAddress^ egpNeighAddr {
   IpAddress^ get();
   void set (    IpAddress^ value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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