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 Code |
---|---|
public class IISSite |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class IISSite |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
ApplicationPool |
Gets the application to which this site belongs.
|
|
Applications |
Gets an enumerator that enumerates the applications in this site.
|
|
Name |
Gets the name of the IIS website.
|
|
Path |
Gets the root path of this site.
|
|
VirtualDirectories |
Gets an enumerator that enumerates the virtual directories in this site.
|
See Also
Smartsite.Base Namespace