| FtpItemExtensions Property |
Provides access to additional elements parsed from the server response.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public IDictionary<string, string> Extensions { get; }
Public ReadOnly Property Extensions As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Extensions {
IDictionary<String^, String^>^ get ();
}
member Extensions : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also