NET FTP Library
Param Property






KellermanSoftware.NetFtpLibrary Namespace > FtpCommand Class : Param Property
The FTP Parameters
Syntax
'Declaration
 
Public ReadOnly Property Param As System.String
'Usage
 
Dim instance As FtpCommand
Dim value As System.String
 
value = instance.Param
public System.string Param {get;}
public read-only property Param: System.String; 
public function get Param : System.String
public: __property System.string* get_Param();
public:
property System.String^ Param {
   System.String^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpCommand Class
FtpCommand Members