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