SPManagedAccount.PasswordLastChanged property
Gets the date when the password was last changed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PasswordLastChanged As DateTime
Get
'Usage
Dim instance As SPManagedAccount
Dim value As DateTime
value = instance.PasswordLastChanged
public DateTime PasswordLastChanged { get; }
Property value
Type: System.DateTime
A DateTime object that contains the date when the password was last changed.