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