SPManagedAccount.DaysBeforeExpiryToChange 属性
获取或设置要更改的密码,密码到期日期之前的天数。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property DaysBeforeExpiryToChange As Integer
Get
Set
用法
Dim instance As SPManagedAccount
Dim value As Integer
value = instance.DaysBeforeExpiryToChange
instance.DaysBeforeExpiryToChange = value
public int DaysBeforeExpiryToChange { get; set; }
属性值
类型:System.Int32
若要更改密码,密码到期日期之前的天数的Int32值。