![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
IsReadOnly Property
Gets a boolean value indicating whether the collection is read-only.
A TableCollection is read-only when the database is read-only.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean Get
public: virtual property bool IsReadOnly { bool get () sealed; }
abstract IsReadOnly : bool with get override IsReadOnly : bool with get
![](collapse_all.gif)
Boolean
read-only status of the collection
read-only status of the collection
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)