DateFormatCollectionIsReadOnly Property |
Gets a value indicating whether the collection is read-only.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic 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
Property Value
Type:
Booleantrue if the collection is read-only; otherwise,
false.
Implements
ICollectionTIsReadOnly
See Also