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