ApplicationPoolProcessModel.IdentityType Property

Definition

Gets or sets the account identity for the application pool.

public:
 property Microsoft::Web::Administration::ProcessModelIdentityType IdentityType { Microsoft::Web::Administration::ProcessModelIdentityType get(); void set(Microsoft::Web::Administration::ProcessModelIdentityType value); };
public Microsoft.Web.Administration.ProcessModelIdentityType IdentityType { get; set; }
member this.IdentityType : Microsoft.Web.Administration.ProcessModelIdentityType with get, set
Public Property IdentityType As ProcessModelIdentityType

Property Value

One of the ProcessModelIdentityType values. The default is NetworkService.

Applies to