Get/Set peer port number

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public int PeerPort { get; set; }
Visual Basic (Declaration)
Public Property PeerPort As Integer
Visual C++
public:
property int PeerPort {
	int get ();
	void set (int value);
}

See Also