Indicates whether the file system is read-only.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Property IsReadOnly As Nullable(Of Boolean) Get Private Set |
C# |
---|
public Nullable<bool> IsReadOnly { get; private set; } |