Gets or sets the name of the server.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string ServerName { get; set; }
Visual Basic
Public Shared Property ServerName As String
	Get
	Set

Field Value

server name in config file or the server's marchine name.

See Also