RemoveOnlyListBaseTIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace: GroupDocs.Watermark.CommonAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () override;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
BooleanReturns true if the collection is read-only; otherwise, false.
Implements
ICollectionTIsReadOnlyIListIsReadOnlyICollectionTIsReadOnly
See Also