PathCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnlySee Also