Gets or sets the schema element with the specified name.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public T this[
	string name
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	name As String _
) As T
Visual C++
public:
property T default[String^ name] {
	T get (String^ name);
	void set (String^ name, T value);
}

Parameters

name
Type: System..::.String
Name of element to get or set.

See Also