| SphinxMatchAttributes Property |
Gets a collection containing the attributes of the matched document.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public SphinxAttributeMatchCollection Attributes { get; }
Public ReadOnly Property Attributes As SphinxAttributeMatchCollection
Get
Property Value
Type:
SphinxAttributeMatchCollectionThe attributes.
See Also