SPFarm.PasswordChangeMaximumTries property

Number of times to try changing the password before failing. Used by the automatic password change feature.

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

Syntax

'Declaration
Public Property PasswordChangeMaximumTries As Integer
    Get
    Set
'Usage
Dim instance As SPFarm
Dim value As Integer

value = instance.PasswordChangeMaximumTries

instance.PasswordChangeMaximumTries = value
public int PasswordChangeMaximumTries { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace