| FtpResponseIsNegativePermanently Property |
Returns if the command failed permanently. (5yz Permanent Negative reply)
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IsNegativePermanently { get; }
Public ReadOnly Property IsNegativePermanently As Boolean
Get
public:
property bool IsNegativePermanently {
bool get ();
}
member IsNegativePermanently : bool with get
Property Value
Type:
BooleanSee Also