PathCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
BooleanImplements
ICollectionTIsReadOnly
See Also