FtpItemCollection.ICollection<FtpItem>.IsReadOnly Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 8.0.9673)
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. |