Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 3.07 KB

buildprovidersettings-class.md

File metadata and controls

49 lines (37 loc) · 3.07 KB
title description ms.date ms.assetid
BuildProviderSettings Class
Describes the BuildProviderSettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
8158fe94-1afe-4ce0-b2eb-c3be4f15a3fa

BuildProviderSettings Class

Contains build providers that compile custom resource files of a particular file type and generate code during compilation.

Syntax

class BuildProviderSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the BuildProviderSettings class.

Name Description
BuildProviders An array of BuildProvider values that compile custom resource files of a particular file type and generate code during compilation.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the BuildProviders property of the CompilationSection class.

Inheritance Hierarchy

EmbeddedObject

BuildProviderSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

System.Web.Configuration.CompilationSection.BuildProvider
CompilationSection Class
EmbeddedObject Class