Gets the port.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Nullable<int> Port { get; }
Public ReadOnly Property Port As Nullable(Of Integer)
Get
public:
property Nullable<int> Port {
Nullable<int> get ();
}
member Port : Nullable<int> with get
Property Value
Type:
NullableInt32The port.
See Also