Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.99 KB

assemblysettings-class.md

File metadata and controls

48 lines (36 loc) · 2.99 KB
title description ms.date ms.assetid
AssemblySettings Class
Describes the AssemblySettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
5ecbf32a-62e2-4b86-ab40-d1d0cf90d8a7

AssemblySettings Class

Contains assembly references that are used during compilation of an [!INCLUDEvstecasp] Web application.

Syntax

class AssemblySettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

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

Name Description
Assemblies An array of AssemblyElement values that specify assembly references that are used during compilation of [!INCLUDEvstecasp] Web applications.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are exposed as members of the Assemblies property on the CompilationSection class.

Inheritance Hierarchy

EmbeddedObject

AssemblySettings

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

AssemblyElement Class
EmbeddedObject Class