SPFarm.PasswordChangeGuardTime property
Number of seconds to wait to allow other machines to finish responding to password change events. Used by the automatic password change feature.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PasswordChangeGuardTime As Integer
Get
Set
'Usage
Dim instance As SPFarm
Dim value As Integer
value = instance.PasswordChangeGuardTime
instance.PasswordChangeGuardTime = value
public int PasswordChangeGuardTime { get; set; }
Property value
Type: System.Int32
Returns Int32.