Share via


SPManagedAccount.DaysBeforeChangeToEmail property

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)

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.

See also

Reference

SPManagedAccount class

SPManagedAccount members

Microsoft.SharePoint.Administration namespace