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)
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.

See Also

Reference

SPManagedAccount Class

SPManagedAccount Members

Microsoft.SharePoint.Administration Namespace