SphinxQLParameterCollectionIsSynchronized Property

Specifies whether the collection is synchronized.

Definition

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

Property Value

Boolean

Return Value

Boolean
true if the collection is synchronized; otherwise false.

Implements

ICollectionIsSynchronized

See Also