BuildManager.IsPrecompiledApp Property

Definition

Gets a value that specifies whether the application is precompiled.

public:
 static property bool IsPrecompiledApp { bool get(); };
public static bool IsPrecompiledApp { get; }
static member IsPrecompiledApp : bool
Public Shared ReadOnly Property IsPrecompiledApp As Boolean

Property Value

true if the application is precompiled; otherwise, false.

Applies to