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

Parameters

variableName
Type: SystemString

Property Value

Type: SphinxStatusInfo
See Also