SPManagedAccount.EventType Enumeration
Indicates the type of password change event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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. |