SPWebApplicationBuilder.ApplicationPoolPassword Property (Microsoft.SharePoint.Administration)
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)
Syntax

Visual Basic (Declaration)
Public Property ApplicationPoolPassword As SecureString
Visual Basic (Usage)
Dim instance As SPWebApplicationBuilder
Dim value As SecureString

value = instance.ApplicationPoolPassword

instance.ApplicationPoolPassword = value
C#
public SecureString ApplicationPoolPassword { get; set; }

Property Value

A System.Security.SecureString that specifies the password.
See Also

Tags :


Page view tracker