BuildManager::IsPrecompiledApp Property

.NET Framework (current version)
 

Gets a value that specifies whether the application is precompiled.

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsPrecompiledApp {
	static bool get();
}

Property Value

Type: System::Boolean

true if the application is precompiled; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: