'Declaration
ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As IWritableFileInfo Dim value As Boolean value = instance.IsReadOnly
bool IsReadOnly {get;}
'Declaration
ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As IWritableFileInfo Dim value As Boolean value = instance.IsReadOnly
bool IsReadOnly {get;}
Exception | Description |
---|---|
System.IO.FileNotFoundException | An attempt to access a file that does not exist on disk has failed. This is an operation error that depends on factors external to your program, and thus cannot be always avoided. Your code must handle it appropriately. |
System.IO.IOException | An I/O error has occurred. This is an operation error that depends on factors external to your program, and thus cannot be always avoided. Your code must handle it appropriately. |
System.UnauthorizedAccessException | The operating system has denied access because of an I/O error or a specific type of security error. This is an operation error that depends on factors external to your program, and thus cannot be always avoided. Your code must handle it appropriately. |