Click or drag to resize

SphinxAttributeMatchCollectionItem Property (String)

Gets the SphinxAttributeMatch with the specified attribute name.

Namespace:  SphinxConnector.NativeApi.Collections
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxAttributeMatch this[
	string attributeName
] { get; }

Parameters

attributeName
Type: SystemString

Property Value

Type: SphinxAttributeMatch
See Also