PowerSNMP for .NET
AgentAddress Property




Gets or sets the address of the agent initiating the trap.
Syntax
Public Property AgentAddress As String
Dim instance As Trap1Message
Dim value As String
 
instance.AgentAddress = value
 
value = instance.AgentAddress
public string AgentAddress {get; set;}
public: __property string* get_AgentAddress();
public: __property void set_AgentAddress( 
   string* value
);
public:
property String^ AgentAddress {
   String^ get();
   void set (    String^ value);
}

Property Value

The address of the agent that initiated the trap, in dot notation (ww.xx.yy.zz).
See Also

Reference

Trap1Message Class
Trap1Message Members

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