Gets the collection of available command serialization providers.

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

Syntax

C#
public static CommandSerializationProviderCollection Providers { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Providers As CommandSerializationProviderCollection
Visual C++
public:
static property CommandSerializationProviderCollection^ Providers {
	CommandSerializationProviderCollection^ get ();
}

Remarks

You can use the application configuration file and the CommandSerializationSection to specify one or more serialization providers.

See Also