This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class IISSite
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class IISSite

The type exposes the following properties.

Public Properties

  Name Description
Public property ApplicationPool
Gets the application to which this site belongs.
Public property Applications
Gets an enumerator that enumerates the applications in this site.
Public property Name
Gets the name of the IIS website.
Public property Path
Gets the root path of this site.
Public property VirtualDirectories
Gets an enumerator that enumerates the virtual directories in this site.

See Also

Advanced