AccountPickerAndLink.ValidateManagedAccountSelection Method

Handles the ServerValidate event.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub ValidateManagedAccountSelection ( _
    sender As Object, _
    e As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim e As ServerValidateEventArgs

Me.ValidateManagedAccountSelection(sender, _
    e)
protected void ValidateManagedAccountSelection(
    Object sender,
    ServerValidateEventArgs e
)

Parameters

Remarks

This method validates whether the user has selected a managed account.

See Also

Reference

AccountPickerAndLink Class

AccountPickerAndLink Members

Microsoft.SharePoint.WebControls Namespace