SPManagedAccount.AutomaticChange property
Gets or sets whether to enable Microsoft SharePoint Foundation to automatically generate and update a password.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AutomaticChange As Boolean
Get
Set
'Usage
Dim instance As SPManagedAccount
Dim value As Boolean
value = instance.AutomaticChange
instance.AutomaticChange = value
public bool AutomaticChange { get; set; }
Property value
Type: System.Boolean
true to enable SharePoint Foundation to automatically generate and update a password; otherwise false.