Partilhar via


ScriptDependency.ForceRelease Property

Indicates whether to override the script-mode check for debug or release versions.

Namespace:  Microsoft.PerformancePoint.Scorecards.Script
Assembly:  Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)

Syntax

'Declaration
Public Property ForceRelease As Boolean
    Get
    Set
'Usage
Dim instance As ScriptDependency
Dim value As Boolean

value = instance.ForceRelease

instance.ForceRelease = value
public bool ForceRelease { get; set; }

Property Value

Type: System.Boolean
true if the server should use the release version of the script file; false if the server should use the version of the script file that is specified by the Web application settings.

See Also

Reference

ScriptDependency Structure

ScriptDependency Members

Microsoft.PerformancePoint.Scorecards.Script Namespace