Furcadia Framework For Third Party Programs
UtilitiesGameServerPort Property |
[This is preliminary documentation and is subject to change.]
Default Game Server Port
Namespace: Furcadia.Net.Utils
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string GameServerPort { get; }
Public ReadOnly Property GameServerPort As String Get Dim instance As Utilities Dim value As String value = instance.GameServerPort
public: property String^ GameServerPort { String^ get (); }
member GameServerPort : string with get
Property Value
Type: StringThe game server port.
See Also