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