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