Specifies the type of the controller for the interaction point.

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

Syntax

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

See Also