Gets or sets the password for the new application pool that is used by the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property ApplicationPoolPassword As SecureString
Dim instance As SPWebApplicationBuilder
Dim value As SecureString
value = instance.ApplicationPoolPassword
instance.ApplicationPoolPassword = value
public SecureString ApplicationPoolPassword { get; set; }
Property Value
A System.Security.SecureString that specifies the password.