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
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
Documentation version 1.0.0.0.