Get the SYST string

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[ObsoleteAttribute("Use the System property.")]
public string GetSystem()
Visual Basic
<ObsoleteAttribute("Use the System property.")> _
Public Function GetSystem As String
Visual C++
[ObsoleteAttribute(L"Use the System property.")]
public:
String^ GetSystem()

Return Value

the system string.

See Also