BuildManager::IsUpdatablePrecompiledApp Property

.NET Framework (current version)
 

Gets a value that specifies whether the application is precompiled as updatable.

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

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

Property Value

Type: System::Boolean

true if the application is precompiled as updatable; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: