Get the server name

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string ServerName { get; }
Visual Basic
Public ReadOnly Property ServerName As String
	Get
Visual C++
public:
property String^ ServerName {
	String^ get ();
}

See Also