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)
Available in Sandboxed Solutions: No
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