An indexer into the collection.

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

Syntax

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

Parameters

name
Type: System..::.String
The name of the ContextSettings object to return.

Return Value

A ContextSettings object.

See Also