Gets or sets the IIS application pool path.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Property IISAppPoolPath As String |
| C# |
|---|
| protected string IISAppPoolPath { get; set; } |
| C++ |
|---|
| protected property string IISAppPoolPath sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ protected string get_IISAppPoolPath(); /** property */ protected void set_IISAppPoolPath(string value); |
| JScript |
|---|
| protected function get IISAppPoolPath() : String protected function set IISAppPoolPath(value : String); |
Property Value
The IIS application pool path.
Remarks
Is in the form 'IIS://localhost/W3SVC/AppPools'.
See Also
Documentation version 1.0.0.0.