SPProcessIdentity.ManagedAccount Property
Gets or sets the account being used.
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 SPProcessIdentity
Dim value As SPManagedAccount
value = instance.ManagedAccount
instance.ManagedAccount = value
public SPManagedAccount ManagedAccount { get; set; }
Property Value
Type: Microsoft.SharePoint.Administration.SPManagedAccount
SPManagedAccount is the account being used.