The name of the server that we last logged into

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

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

See Also