AppPoolIdentityType Property

MSBuild

The AppPoolIdentityType property allows application pools to run as a specific user account: 0 - The application pool runs as NT AUTHORITY\SYSTEM. 1 - The application pool runs as NT AUTHORITY\LOCAL SERVICE. 2 - The application pool runs as NT AUTHORITY\NETWORK SERVICE. 3 - The application pool runs as a specific user account, defined by the WAMUserName property.


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

Syntax

Visual Basic (Declaration)
Public Property AppPoolIdentityType As Integer
C#
public int AppPoolIdentityType { get; set; }
C++
public property int AppPoolIdentityType sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_AppPoolIdentityType();

/** property */
public void set_AppPoolIdentityType(int value);
JScript
public function get AppPoolIdentityType() : int

public function set AppPoolIdentityType(value : int);

Property Value

Value indicating the application pool identity type.

See Also

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