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
); |
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