Share via


ManagedAccountPicker.ManagedAccount property

Returns the managed account selected in the user control.

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

Syntax

'Declaration
Public ReadOnly Property ManagedAccount As SPManagedAccount
    Get
'Usage
Dim instance As ManagedAccountPicker
Dim value As SPManagedAccount

value = instance.ManagedAccount
public SPManagedAccount ManagedAccount { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPManagedAccount
Returns SPManagedAccount.

See also

Reference

ManagedAccountPicker class

ManagedAccountPicker members

Microsoft.SharePoint.WebControls namespace