Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.