Iis6VirtualDirectory Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Iis6VirtualDirectory type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppPool |
Sets the AppPool to run in. Default is 'DefaultAppPool'
|
|
DirectoryType |
Sets the DirectoryType. Supports IIsWebDirectory and IIsWebVirtualDir. Default is IIsWebVirtualDir.
|
|
Exists |
Gets whether the Virtual Directory exists
|
|
Name |
Sets the name of the Virtual Directory. Defaults to 'ROOT'
|
|
Parent |
Sets the Parent. Defaults to /ROOT
|
|
Properties |
Sets the Properties. Use a semi-colon delimiter. See Metabase Property Reference (IIS 6.0)
If a property contains =, enter #~# as a special sequence which will be replaced with = during processing
|
|
RequireApplication |
Sets whether an Application is required. Defaults to true.
|
|
Website |
Sets the name of the Website to add the Virtual Directory to.
|
See Also