FtpItemCollection.ICollection<FtpItem>.IsReadOnly Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
ICollection<FtpItem>.IsReadOnly
Gets a value indicating whether the collection is read-only.
Declaration
bool ICollection<FtpItem>.IsReadOnly { get; }
Returns
| Type | Description | 
|---|---|
| Boolean | Always returns false.  |