PowerSNMP for .NET
Origin Property




Gets or sets the origin of a received or sent message.
Syntax
Public Property Origin As IPEndPoint
Dim instance As MessageBase
Dim value As IPEndPoint
 
instance.Origin = value
 
value = instance.Origin
public IPEndPoint Origin {get; set;}
public: __property IPEndPoint* get_Origin();
public: __property void set_Origin( 
   IPEndPoint* value
);
public:
property IPEndPoint^ Origin {
   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

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