Gets the QuerySubexpression with the specified name.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public QuerySubexpression this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As QuerySubexpression

Parameters

name
Type: System..::.String
The name of the subexpression.

Return Value

The QuerySubexpression with the specified name, or null if no subexpression has this name.

See Also