Click or drag to resize

SphinxStatusInfoCollectionItem Property (String)

Gets the SphinxStatusInfo with the specified variable name.

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

Parameters

variableName
Type: SystemString

Property Value

Type: SphinxStatusInfo
See Also