Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the number of days before a password change to send email to users.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DaysBeforeChangeToEmail As Integer
Get
Set
'Usage
Dim instance As SPManagedAccount
Dim value As Integer
value = instance.DaysBeforeChangeToEmail
instance.DaysBeforeChangeToEmail = value
public int DaysBeforeChangeToEmail { get; set; }
Property Value
Type: System.Int32
An Int32 that contains the number of days before a password change to send email to users.