Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.95 KB

directoryelement-class.md

File metadata and controls

48 lines (36 loc) · 2.95 KB
title description ms.date ms.assetid
DirectoryElement Class
This article has information about syntax, methods, properties, subclasses, inheritance hierarchy, and requirements for the DirectoryElement class.
10/07/2016
6fb3f224-6527-6967-c850-5f7448bc813d

DirectoryElement Class

Specifies a code subdirectory for an [!INCLUDEvstecasp] Web application.

Syntax

class DirectoryElement : CollectionElement  

Methods

This class contains no methods.

Properties

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

Name Description
DirectoryName A required unique read/write string value that specifies a code subdirectory for an [!INCLUDEvstecasp] Web application.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the CodeSubDirectories array property of the DirectorySettings class.

Inheritance Hierarchy

CollectionElement

DirectoryElement

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

CollectionElement Class
DirectorySettings Class