HostServer Property
See Also 
SourceCode.Configuration Namespace > ConfigurationManager Class : HostServer Property



Glossary Item Box

Gets the host server.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property HostServer As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = ConfigurationManager.HostServer
C# 
public static string HostServer {get;}
C++/CLI 
public:
static property String^ HostServer {
   String^ get();
}

Property Value

The host server.

Exceptions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also