Gets or sets the name of the application pool.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property ApplicationPoolName As String |
C# |
---|
[Required] public string ApplicationPoolName { get; set; } |
C++ |
---|
[Required] public property string ApplicationPoolName sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_ApplicationPoolName(); /** property */ public void set_ApplicationPoolName(string value); |
JScript |
---|
public function get ApplicationPoolName() : String public function set ApplicationPoolName(value : String); |
Property Value
The name of the application pool.
See Also
Documentation version 1.0.0.0.