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