Gets the input string that was parsed to generate the
values in this object. This property can be
set however this functionality is intended to be done by
custom parsers.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public string Input { get; private set; } |
Visual Basic |
---|
Public Property Input As String
Get
Private Set |
Visual C++ |
---|
public:
virtual property String^ Input {
String^ get () sealed;
private: void set (String^ value) sealed;
} |
Property Value
Type:
StringImplements
IFtpListItem..::..Input
See Also