Gets the collection of available command serialization providers.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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
Remarks
              You can use the application configuration file and the CommandSerializationSection 
              to specify one or more serialization providers.
            





