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