Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sender
Type: System.ObjectThe source of the event.
e
Type: System.Web.UI.WebControls.ServerValidateEventArgsThe data for the event.
Remarks
This method validates whether the user has selected a managed account.