CompilationSection.ProfileGuidedOptimizations Property
.NET Framework (current version)
Gets or sets a value that indicates whether the application is optimized for the deployed environment.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("profileGuidedOptimizations", DefaultValue = ProfileGuidedOptimizationsFlags.All)] public ProfileGuidedOptimizationsFlags ProfileGuidedOptimizations { get; set; }
Property Value
Type: System.Web.Configuration.ProfileGuidedOptimizationsFlagsA value that indicates whether the application is optimized for the deployed environment.
.NET Framework
Available since 4.5
Available since 4.5
Show: