PowerSNMP for .NET CF
AgentAddress Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > TrapMessage Class : AgentAddress Property




Gets or sets the address of the agent initiating the trap.

Syntax

Visual Basic (Declaration) 
Public Property AgentAddress As String
Visual Basic (Usage)Copy Code
Dim instance As TrapMessage
Dim value As String
 
instance.AgentAddress = value
 
value = instance.AgentAddress
C# 
public string AgentAddress {get; set;}
Managed Extensions for C++ 
public: __property string* get_AgentAddress();
public: __property void set_AgentAddress( 
   string* value
);
C++/CLI 
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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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