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: 3.12.6
Syntax
public SphinxAttributeMatch this[
	string attributeName
] { get; }

Parameters

attributeName
Type: SystemString

Property Value

Type: SphinxAttributeMatch
See Also