Defines view type as a part of a view description.

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

Syntax

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

See Also