Share via


SPManagedAccount.PasswordLastChanged Property

Gets the date when the password was last changed.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPManagedAccount Class

SPManagedAccount Members

Microsoft.SharePoint.Administration Namespace