Gets the host name of the FTP server that the transfer queue uses.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
string FtpHostName { get; }
Visual Basic (Declaration)
ReadOnly Property FtpHostName As String
Visual C++
property String^ FtpHostName {
	String^ get ();
}

Field Value

FTP host name

See Also