Gets or sets the address of the agent initiating the trap.
            
            
            
            
            
            
            
            
            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).