PjMembershipUser.LastPasswordChangeDate 属性
请注意:此 API 现在已过时。
获取或设置用户的密码进行更改的最新日期。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<ObsoleteAttribute("in o15")> _
Public Property LastPasswordChangeDate As DateTime
Get
Set
用法
Dim instance As PjMembershipUser
Dim value As DateTime
value = instance.LastPasswordChangeDate
instance.LastPasswordChangeDate = value
[ObsoleteAttribute("in o15")]
public DateTime LastPasswordChangeDate { get; set; }
属性值
实现
IPjMembershipUser.LastPasswordChangeDate