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.3.0

Syntax

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

See Also