SPManagedAccount.DaysBeforeChangeToEmail 属性
获取和设置的更改密码以将电子邮件发送给用户之前的天数。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property DaysBeforeChangeToEmail As Integer
Get
Set
用法
Dim instance As SPManagedAccount
Dim value As Integer
value = instance.DaysBeforeChangeToEmail
instance.DaysBeforeChangeToEmail = value
public int DaysBeforeChangeToEmail { get; set; }
属性值
类型:System.Int32
Int32 包含密码更改向用户发送电子邮件前的天数。