PowerSNMP for .NET
Destination Property




Gets or sets the destination of a received or sent message.
Syntax
Public Property Destination As IPEndPoint
Dim instance As MessageBase
Dim value As IPEndPoint
 
instance.Destination = value
 
value = instance.Destination
public IPEndPoint Destination {get; set;}
public: __property IPEndPoint* get_Destination();
public: __property void set_Destination( 
   IPEndPoint* value
);
public:
property IPEndPoint^ Destination {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}

Property Value

The value is initialized when a message is decoded or sent to a destination.
Remarks

The value is advisory in nature.

See Also

Reference

MessageBase Class
MessageBase Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic