SPManagedAccount.EventType enumeration

Indicates the type of password change event.

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

Syntax

'Declaration
Public Enumeration EventType
'Usage
Dim instance As SPManagedAccount.EventType
public enum EventType

Members

Member name Description
AboutToChange The password is about to change.
HasChanged The password was changed.
ChangeCanceled The password change was canceled.

See also

Reference

Microsoft.SharePoint.Administration namespace