SphinxQLParameterCollectionIsReadOnly Property

Specifies whether the collection is read-only.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool IsReadOnly { get; }

Property Value

Boolean

Return Value

Boolean
true if the collection is read-only; otherwise false.

Implements

IListIsReadOnly

See Also