SPManagedAccount.DaysBeforeChangeToEmail property
取得及設定電子郵件傳送給使用者的密碼變更前的天數。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Int32
Int32 包含將電子郵件傳送給使用者的密碼變更前的天數。