ApplicationPoolProcessModel.IdentityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.