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




Gets a value that indicates the origin of a received message or can be set to hold the destination of a message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Origin As IPEndPoint
Visual Basic (Usage)Copy Code
Dim instance As MessageBase
Dim value As IPEndPoint
 
value = instance.Origin
C# 
public IPEndPoint Origin {get;}
Managed Extensions for C++ 
public: __property IPEndPoint* get_Origin();
C++/CLI 
public:
property IPEndPoint^ Origin {
   IPEndPoint^ get();
}

Property Value

The value is initialized by Create or set by the user.

Remarks

The value is not used in encoded messages, and is advisory in nature.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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