 | SphinxQLParameterCollectionIsSynchronized Property |
Specifies whether the collection is synchronized.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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