Gets the list of the registered provider modules.

Note: Used for Rss, Tell a Friend, etc. web controls to register them as modules that implements Rss, Tell a Friend, etc. functionality.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected Dictionary<Type, List<Object>> RegisteredProviderModules { get; }
Visual Basic
Protected ReadOnly Property RegisteredProviderModules As Dictionary(Of Type, List(Of Object))
	Get
Visual C++
protected:
property Dictionary<Type^, List<Object^>^>^ RegisteredProviderModules {
	Dictionary<Type^, List<Object^>^>^ get ();
}
F#
member RegisteredProviderModules : Dictionary<Type, List<Object>> with get

Property Value

Type: Dictionary<(Of <(<'Type, List<(Of <(<'Object>)>)>>)>)>

See Also