 | FtpItemExtensions Property |
Provides access to additional elements parsed from the server response.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
IDictionaryString,
String
See Also