Gets or sets a value that indicates whether this Webiste uses ASP.NET template or not.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool UseAspNetTemplate { get; set; }
Visual Basic (Declaration)
Public Property UseAspNetTemplate As Boolean
Visual C++
public:
property bool UseAspNetTemplate {
	bool get ();
	void set (bool value);
}

See Also