Specifies the type of the IViewInfosProvider implementation used to populate view descriptions ( ViewInfosByTask property).

Namespace:  MVCSharp.Core.Configuration
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public Type ViewInfosProviderType { get; set; }
Visual Basic (Declaration)
Public Property ViewInfosProviderType As Type
Visual C++
public:
property Type^ ViewInfosProviderType {
	Type^ get ();
	void set (Type^ value);
}

See Also