Address..::..Port Property

Gets the port.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Nullable<int> Port { get; set; }
Public Property Port As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> Port {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}

Field Value

The port.