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 |
Managed Extensions for C++ | |
---|
public: __property IpAddress* get_egpNeighAddr();
public: __property void set_egpNeighAddr(
IpAddress* value
); |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also