AppPoolAutoStart Property

MSBuild

The AppPoolAutoStart property indicates to the World Wide Web Publishing Service (WWW service) to automatically start an application pool when the application pool is created or when IIS is started, if the value of this property is set to true.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AppPoolAutoStart As Boolean
C#
public bool AppPoolAutoStart { get; set; }
C++
public property bool AppPoolAutoStart sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AppPoolAutoStart();

/** property */
public void set_AppPoolAutoStart(bool value);
JScript
public function get AppPoolAutoStart() : bool

public function set AppPoolAutoStart(value : bool);

Property Value

Value indicating if AppPoolAutoStart is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.