Specifies the type of the ITaskInfoProvider implementation used to populate task descriptions ( MVCConfiguration.TaskInfos property).

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

Syntax

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

See Also