| 
            
              UtilitiesGameServerHost Property 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Gets or sets the Furcadia server host (i.e
            lightbringer.furcadia.com). (Furcadia v31c)
            
 
    Namespace: 
   Furcadia.Net.Utils
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic string GameServerHost { get; }Public ReadOnly Property GameServerHost As String
	Get
Dim instance As Utilities
Dim value As String
value = instance.GameServerHost
public:
property String^ GameServerHost {
	String^ get ();
}member GameServerHost : string with get
Property Value
Type: 
String
See Also