SPWebApplicationBuilder.ManagedAccount property
Gets or sets a managed account to specify the ApplicationPoolUsername and ApplicationPoolPassword credentials.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ManagedAccount As SPManagedAccount
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As SPManagedAccount
value = instance.ManagedAccount
instance.ManagedAccount = value
public SPManagedAccount ManagedAccount { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPManagedAccount