Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Parameters

name
Type: System..::.String

See Also