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#
public string FtpHostName { get; }
Visual Basic (Declaration)
Public ReadOnly Property FtpHostName As String
Visual C++
public:
virtual property String^ FtpHostName {
	String^ get () sealed;
}

Implements

IAppServerMgrProxy..::.FtpHostName

See Also