 | SphinxQLParameterCollectionIsReadOnly Property |
Specifies whether the collection is read-only.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the collection is read-only; otherwise false.
Implements
IListIsReadOnly
See Also