SPProcessIdentity.ManagedAccount property

Gets or sets the account being used.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPProcessIdentity class

SPProcessIdentity members

Microsoft.SharePoint.Administration namespace